/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_ecb.h | 42 * @defgroup nrf_ecb_drv AES ECB encryption driver 66 * @param dst Result of encryption, 16 bytes will be written. 69 * @retval true If the encryption operation completed. 70 * @retval false If the encryption operation did not complete. 75 * @brief Function for setting the key to be used for encryption. 84 * @defgroup nrf_ecb_hal AES ECB encryption HAL 96 …_STARTECB = offsetof(NRF_ECB_Type, TASKS_STARTECB), /**< Task for starting ECB block encryption. */ 97 …_STOPECB = offsetof(NRF_ECB_Type, TASKS_STOPECB), /**< Task for stopping ECB block encryption. */
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | cbc_mode.h | 46 * good practice to replace the encryption when q == 2^56). CBC mode 61 * TinyCrypt CBC encryption prepends the IV to the ciphertext, 84 * @brief CBC encryption procedure 86 * using the encryption key schedule provided, prepends iv to out 117 * using the provided encryption key schedule
|
H A D | aes.h | 69 * @brief Set AES-128 encryption key 82 * @brief AES-128 Encryption procedure 113 * @brief AES-128 Encryption procedure
|
H A D | ccm_mode.h | 115 * @brief CCM tag generation and encryption procedure 136 * @note: The sequence b for encryption is formatted as follows: 182 * @note: The sequence b for encryption is formatted as follows:
|
H A D | ctr_mode.h | 43 * never reused with a same encryption key. If the counter is 78 * @brief CTR mode encryption/decryption procedure.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ecp.h | 2 * ecp.h - Definitions for PPP Encryption Control Protocol. 46 unsigned enctype; /* Encryption type */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ecp.h | 2 * ecp.h - Definitions for PPP Encryption Control Protocol. 39 unsigned enctype; /* Encryption type */
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 45 * Type of primitive: Encryption mode of operation. 51 * Type of primitive: Encryption mode of operation. 63 * Type of primitive: Authenticated encryption. 178 contiguous (as produced by TinyCrypt CBC encryption). This allows for a 278 * Authenticated encryption (AES-128 + AES-CCM);
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | ccm_mode.c | 89 * mode (the counter is increased before encryption, instead of after 90 * encryption). Besides, it is assumed that the counter is stored in the last 177 /* ENCRYPTION: */ in tc_ccm_generation_encryption() 179 /* formatting the sequence b for encryption: */ in tc_ccm_generation_encryption()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/ |
H A D | des.h | 60 * \brief DES key schedule (56-bit, encryption) 76 * \brief DES-ECB block encryption/decryption
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/ |
H A D | des.h | 60 * \brief DES key schedule (56-bit, encryption) 76 * \brief DES-ECB block encryption/decryption
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 18 - **Encryption**: Keeps message confidential. Encryption in Bluetooth
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf51422_peripherals.h | 74 /* AES Electronic CodeBook mode encryption */ 78 /* AES CCM mode encryption */
|
H A D | nrf51824_peripherals.h | 75 /* AES Electronic CodeBook mode encryption */ 79 /* AES CCM mode encryption */
|
H A D | nrf51822_peripherals.h | 75 /* AES Electronic CodeBook mode encryption */ 79 /* AES CCM mode encryption */
|
H A D | nrf51802_peripherals.h | 74 /* AES Electronic CodeBook mode encryption */ 78 /* AES CCM mode encryption */
|
H A D | nrf51801_peripherals.h | 74 /* AES Electronic CodeBook mode encryption */ 78 /* AES CCM mode encryption */
|
H A D | nrf51_peripherals.h | 73 /* AES Electronic CodeBook mode encryption */ 77 /* AES CCM mode encryption */
|
H A D | nrf52810_peripherals.h | 80 /* AES Electronic CodeBook mode encryption */ 84 /* AES CCM mode encryption */
|
H A D | nrf52840_peripherals.h | 90 /* AES Electronic CodeBook mode encryption */ 94 /* AES CCM mode encryption */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gap.h | 156 /** Size of a key used for encryption */ 522 * Indicates the result of the encryption state change attempt; 524 * o BLE host error code: the encryption state change attempt 1145 * will start appropriate security procedure (pairing or encryption). 1176 * Initiates the GAP encryption procedure as a master. This is for testing only 1181 * start encryption. 1182 * @param ltk Long Term Key to be used for encryption. 1183 * @param udiv Encryption Diversifier for LTK 1190 * BLE_HS_EALREADY if an encryption procedure for
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ccp.c | 114 "require MPPE encryption", 117 "require MPPE encryption", 120 "don't allow MPPE encryption", OPT_PRIO }, 122 "don't allow MPPE encryption", OPT_ALIAS | OPT_PRIO }, 126 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40, 129 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40, 132 "don't allow MPPE 40-bit encryption", 135 "don't allow MPPE 40-bit encryption", 140 "require MPPE 128-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_128, 143 "require MPPE 128-bit encryption", [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | ccp.c | 114 "require MPPE encryption", 117 "require MPPE encryption", 120 "don't allow MPPE encryption", OPT_PRIO }, 122 "don't allow MPPE encryption", OPT_ALIAS | OPT_PRIO }, 126 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40, 129 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40, 132 "don't allow MPPE 40-bit encryption", 135 "don't allow MPPE 40-bit encryption", 140 "require MPPE 128-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_128, 143 "require MPPE 128-bit encryption", [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | FAQ | 308 zlib doesn't support encryption. The original PKZIP encryption is very weak 309 and can be broken with freely available programs. To get strong encryption, 311 For PKZIP compatible "encryption", look at http://www.info-zip.org/
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_conn.h | 63 * Encryption states for a connection 67 * encryption procedure is running and we should not send data pdu's. 83 * session key is the cipher text portion of the encryption block.
|