Home
last modified time | relevance | path

Searched defs:nonce (Results 126 - 150 of 273) sorted by relevance

1234567891011

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_eke.c593 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 Deap_server_eke.c593 u8 nonce[EAP_EKE_MAX_NONCE_LEN]; in eap_eke_process_confirm() local
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx.h92 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 Dvmac.c70 } nonce; member
[all...]
H A Dccm.c30 u8 nonce[3]; member
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto.h102 u8 nonce[CTR_RFC3686_NONCE_SIZE]; member
/kernel/linux/linux-5.10/net/rxrpc/
H A Drxkad.c817 u32 version, nonce, min_level, abort_code; in rxkad_respond_to_challenge() local
H A Dprotocol.h158 __be32 nonce; /* encrypted random number */ member
/kernel/linux/linux-5.10/fs/crypto/
H A Dfscrypt_private.h37 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 Dmsgr.h86 __le32 nonce; /* unique id for process (e.g. pid) */ member
/kernel/linux/linux-6.6/include/net/
H A Dmptcp.h90 u32 nonce; member
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-aes.c169 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 Dccp-crypto.h103 u8 nonce[CTR_RFC3686_NONCE_SIZE]; member
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx.h92 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 Dccm.c31 u8 nonce[3]; member
H A Dvmac.c71 } nonce; member
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H A Drxkad.c794 u32 version, nonce, min_level; in rxkad_respond_to_challenge() local
[all...]
H A Dprotocol.h151 __be32 nonce; /* encrypted random number */ member
/third_party/curl/lib/vauth/
H A Ddigest.c349 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 Doscore_context.c686 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 Doscore_cose.h206 coap_bin_const_t nonce; member
/third_party/libcoap/src/
H A Dcoap_subscribe.c186 coap_bin_const_t nonce; in coap_persist_observe_add() local
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c268 unsigned char nonce[PSA_AEAD_NONCE_MAX_SIZE] = { 0 }; in exercise_aead_key() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c488 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 Dwolfssl.c241 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

Completed in 26 milliseconds

1234567891011