| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| D | aes-ctr.c | 25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() 67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
|
| D | aes-ccm.c | 28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() 84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start() 148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() 178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad()
|
| D | aes-eax.c | 28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt() 92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| D | aes-ctr.c | 25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() 67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
|
| D | aes-ccm.c | 28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() 84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start() 148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() 178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad()
|
| D | aes-eax.c | 28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt() 92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt()
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| D | digestauth.c | 103 const char *nonce, in digest_calc_ha1() 146 const char *nonce, in digest_calc_response() 302 const char *nonce, in check_nonce_nc() 403 char *nonce) in calculate_nonce() 571 char nonce[MAX_NONCE_LENGTH]; in MHD_digest_auth_check() local 808 char nonce[HASH_MD5_HEX_LEN + 9]; in MHD_queue_auth_fail_response() local
|
| /third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/ |
| D | derivedUninitializedPropertyDeclaration.ts | 17 declare nonce: any; // ok, even though it's not in the base property in BOther 21 declare nonce: any; // ok, even though there's no base property in U
|
| /third_party/mbedtls/tests/src/drivers/ |
| D | test_driver_aead.c | 29 const uint8_t *nonce, size_t nonce_length, in mbedtls_test_transparent_aead_encrypt() 85 const uint8_t *nonce, size_t nonce_length, in mbedtls_test_transparent_aead_decrypt() 212 const uint8_t *nonce, in mbedtls_test_transparent_aead_set_nonce()
|
| /third_party/libcoap/tests/ |
| D | test_oscore.c | 68 coap_bin_const_t nonce = { 13, nonce_buffer }; in t_oscore_c_1_1() local 132 coap_bin_const_t nonce = { 13, nonce_buffer }; in t_oscore_c_1_2() local 195 coap_bin_const_t nonce = { 13, nonce_buffer }; in t_oscore_c_2_1() local 258 coap_bin_const_t nonce = { 13, nonce_buffer }; in t_oscore_c_2_2() local 323 coap_bin_const_t nonce = { 13, nonce_buffer }; in t_oscore_c_3_1() local 388 coap_bin_const_t nonce = { 13, nonce_buffer }; in t_oscore_c_3_2() local
|
| /third_party/mbedtls/library/ |
| D | psa_crypto_aead.c | 121 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_encrypt() 233 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_decrypt() 364 const uint8_t *nonce, in mbedtls_psa_aead_set_nonce()
|
| /third_party/openssl/crypto/ts/ |
| D | ts_local.h | 46 ASN1_INTEGER *nonce; member 90 ASN1_INTEGER *nonce; member 149 ASN1_INTEGER *nonce; member
|
| D | ts_verify_ctx.c | 108 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
|
| /third_party/node/deps/openssl/openssl/crypto/ts/ |
| D | ts_local.h | 46 ASN1_INTEGER *nonce; member 90 ASN1_INTEGER *nonce; member 149 ASN1_INTEGER *nonce; member
|
| D | ts_verify_ctx.c | 108 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| D | ngtcp2_ppe.h | 60 uint8_t nonce[32]; member
|
| /third_party/libcoap/include/coap3/ |
| D | coap_crypto_internal.h | 51 const uint8_t *nonce; /**< must be exactly 15 - l bytes */ member
|
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| D | poly1305.h | 32 unsigned int nonce[4]; member
|
| /third_party/openssl/include/crypto/ |
| D | poly1305.h | 32 unsigned int nonce[4]; member
|
| /third_party/ffmpeg/libavformat/ |
| D | httpauth.h | 36 char nonce[300]; /**< Server specified nonce */ member
|
| /third_party/openssl/providers/implementations/ciphers/ |
| D | ciphercommon_ccm_hw.c | 13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv()
|
| D | cipher_aes_ccm.h | 36 } nonce; member
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| D | ciphercommon_ccm_hw.c | 13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv()
|
| D | cipher_aes_ccm.h | 36 } nonce; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| D | eap_server_psk.c | 94 u8 *buf, *pchannel, nonce[16]; in eap_psk_build_3() local 333 u8 *decrypted, nonce[16]; in eap_psk_process_4() local
|