Searched refs:nonce (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | chachapoly.h | 149 * \warning You must never use the same nonce twice with the same key. 151 * guarantees for the messages encrypted with the same nonce 162 * \param nonce The nonce/IV to use for the message. 171 const unsigned char nonce[12], 279 * \warning You must never use the same nonce twice with the same key. 281 * guarantees for the messages encrypted with the same nonce 287 * \param nonce The 96-bit (12 bytes) nonce/IV to use. 303 const unsigned char nonce[1 [all...] |
H A D | chacha20.h | 105 * \c mbedtls_chacha20_starts() to set a nonce before you 121 * \brief This function sets the nonce and initial counter value. 124 * calling this function to change the nonce. 126 * \warning You must never use the same nonce twice with the same key. 128 * messages encrypted with the same nonce and key. 130 * \param ctx The ChaCha20 context to which the nonce should be bound. 132 * \param nonce The nonce. This must be \c 12 Bytes in size. 136 * \return #MBEDTLS_ERR_CHACHA20_BAD_INPUT_DATA if ctx or nonce is 140 const unsigned char nonce[1 [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_demo_hks.c | 161 hi_u8 nonce[ENC_PARAM_NONCE_LEN]; member 211 hks_encry_param->nonce.data = enc_param->nonce; in hks_get_enc_param() 212 hks_encry_param->nonce.size = enc_param->nonce_size; in hks_get_enc_param() 300 memcpy_s(enc_param->nonce, sizeof(enc_param->nonce), nonce_data, sizeof(nonce_data)); in hks_create_conn_enc_param() 304 blob_enc_param->nonce.data = enc_param->nonce; in hks_create_conn_enc_param() 305 blob_enc_param->nonce.size = enc_param->nonce_size; in hks_create_conn_enc_param() 575 memcpy_s(enc_param->nonce, sizeo in hks_create_cert_enc_param() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | eapol.h | 158 unsigned char nonce[EAPOL_WPA_KEY_NONCE_LEN]; /* Nonce */ member 173 unsigned char nonce[EAPOL_WPA_KEY_NONCE_LEN]; /* Nonce */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/ |
H A D | drv_symc.h | 405 * param[in] nonce The buffer of n, the size is 16. 409 hi_s32 drv_aead_ccm_add_n(hi_u32 chn_num, hi_u8 *nonce, hi_u32 nonce_len);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hks_types.h | 230 struct hks_blob nonce; /* Nonce value or iv vector */ member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | ch9.h | 1117 __u8 nonce[16]; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
H A D | drv_symc_v200.c | 1218 hi_s32 drv_aead_ccm_add_n(hi_u32 chn_num, hi_u8 *nonce, hi_u32 nonce_len) in drv_aead_ccm_add_n() argument 1239 if (memcpy_s(via_pad, SYMC_CCM_N_LEN, nonce, nonce_len) != EOK) { in drv_aead_ccm_add_n()
|
H A D | drv_symc_v100.c | 1228 hi_s32 drv_aead_ccm_add_n(hi_u32 chn_num, hi_u8 *nonce, hi_u32 nonce_len) in drv_aead_ccm_add_n() argument 1232 crypto_unused(nonce); in drv_aead_ccm_add_n()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux_pktdump.c | 312 uint8 nonce[WPA_KEY_NONCE_LEN]; /* Nonce */ member
|
Completed in 15 milliseconds