| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_server_eke.c | 593 u8 nonce[EAP_EKE_MAX_NONCE_LEN]; in eap_eke_process_confirm() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_eke.c | 593 u8 nonce[EAP_EKE_MAX_NONCE_LEN]; in eap_eke_process_confirm() local
|
| /kernel/linux/linux-5.10/drivers/crypto/nx/ |
| H A D | nx.h | 92 u8 nonce[NX_GCM4106_NONCE_LEN]; member 106 u8 nonce[NX_CCM4309_NONCE_LEN]; member 114 u8 nonce[CTR_RFC3686_NONCE_SIZE]; member
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | vmac.c | 70 } nonce; member [all...] |
| H A D | ccm.c | 30 u8 nonce[3]; member
|
| /kernel/linux/linux-5.10/drivers/crypto/ccp/ |
| H A D | ccp-crypto.h | 102 u8 nonce[CTR_RFC3686_NONCE_SIZE]; member
|
| /kernel/linux/linux-5.10/net/rxrpc/ |
| H A D | rxkad.c | 817 u32 version, nonce, min_level, abort_code; in rxkad_respond_to_challenge() local
|
| H A D | protocol.h | 158 __be32 nonce; /* encrypted random number */ member
|
| /kernel/linux/linux-5.10/fs/crypto/ |
| H A D | fscrypt_private.h | 37 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member 47 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member 285 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member
|
| /kernel/linux/linux-6.6/include/linux/ceph/ |
| H A D | msgr.h | 86 __le32 nonce; /* unique id for process (e.g. pid) */ member
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | mptcp.h | 90 u32 nonce; member
|
| /kernel/linux/linux-6.6/drivers/crypto/starfive/ |
| H A D | jh7110-aes.c | 169 static inline void starfive_aes_write_nonce(struct starfive_cryp_ctx *ctx, u32 *nonce) in starfive_aes_write_nonce() argument
|
| /kernel/linux/linux-6.6/drivers/crypto/ccp/ |
| H A D | ccp-crypto.h | 103 u8 nonce[CTR_RFC3686_NONCE_SIZE]; member
|
| /kernel/linux/linux-6.6/drivers/crypto/nx/ |
| H A D | nx.h | 92 u8 nonce[NX_GCM4106_NONCE_LEN]; member 106 u8 nonce[NX_CCM4309_NONCE_LEN]; member 114 u8 nonce[CTR_RFC3686_NONCE_SIZE]; member
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | ccm.c | 31 u8 nonce[3]; member
|
| H A D | vmac.c | 71 } nonce; member [all...] |
| /kernel/linux/linux-6.6/net/rxrpc/ |
| H A D | rxkad.c | 794 u32 version, nonce, min_level; in rxkad_respond_to_challenge() local [all...] |
| H A D | protocol.h | 151 __be32 nonce; /* encrypted random number */ member
|
| /third_party/curl/lib/vauth/ |
| H A D | digest.c | 349 char nonce[64]; in Curl_auth_create_digest_md5_message() local 271 auth_decode_digest_md5_message(const struct bufref *chlgref, char *nonce, size_t nlen, char *realm, size_t rlen, char *alg, size_t alen, char *qop, size_t qlen) auth_decode_digest_md5_message() argument [all...] |
| /third_party/libcoap/src/oscore/ |
| H A D | oscore_context.c | 686 oscore_new_association(coap_session_t *session, coap_pdu_t *sent_pdu, coap_bin_const_t *token, oscore_recipient_ctx_t *recipient_ctx, coap_bin_const_t *aad, coap_bin_const_t *nonce, coap_bin_const_t *partial_iv, int is_observe) oscore_new_association() argument
|
| /third_party/libcoap/include/oscore/ |
| H A D | oscore_cose.h | 206 coap_bin_const_t nonce; member
|
| /third_party/libcoap/src/ |
| H A D | coap_subscribe.c | 186 coap_bin_const_t nonce; in coap_persist_observe_add() local
|
| /third_party/mbedtls/tests/src/ |
| H A D | psa_exercise_key.c | 268 unsigned char nonce[PSA_AEAD_NONCE_MAX_SIZE] = { 0 }; in exercise_aead_key() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
| H A D | openssl.c | 488 ngtcp2_crypto_encrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *plaintext, size_t plaintextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_encrypt() argument 527 ngtcp2_crypto_decrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *ciphertext, size_t ciphertextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_decrypt() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
| H A D | wolfssl.c | 241 ngtcp2_crypto_encrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *plaintext, size_t plaintextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_encrypt() argument 257 ngtcp2_crypto_decrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *ciphertext, size_t ciphertextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_decrypt() argument
|