| /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
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
| H A D | boringssl.c | 324 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 342 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/openssl/openssl/crypto/cmp/ |
| H A D | cmp_ctx.c | 879 ossl_cmp_ctx_set1_recipNonce(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *nonce) ossl_cmp_ctx_set1_recipNonce() argument 888 OSSL_CMP_CTX_set1_senderNonce(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *nonce) OSSL_CMP_CTX_set1_senderNonce() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 259 ctr_update(PROV_DRBG *drbg, const unsigned char *in1, size_t in1len, const unsigned char *in2, size_t in2len, const unsigned char *nonce, size_t noncelen) ctr_update() argument 305 drbg_ctr_instantiate(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen) drbg_ctr_instantiate() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ts/ |
| H A D | ts_rsp_sign.c | 536 const ASN1_INTEGER *nonce; in ts_RESP_create_tst_info() local
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_rand.c | 39 OSSL_FUNC_rand_nonce_fn *nonce; member
|