Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes-ctr.c25 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()
Daes-ccm.c28 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()
Daes-eax.c28 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/
Daes-ctr.c25 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()
Daes-ccm.c28 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()
Daes-eax.c28 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/
Ddigestauth.c103 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/
DderivedUninitializedPropertyDeclaration.ts17 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/
Dtest_driver_aead.c29 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/
Dtest_oscore.c68 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/
Dpsa_crypto_aead.c121 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/
Dts_local.h46 ASN1_INTEGER *nonce; member
90 ASN1_INTEGER *nonce; member
149 ASN1_INTEGER *nonce; member
Dts_verify_ctx.c108 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
/third_party/node/deps/openssl/openssl/crypto/ts/
Dts_local.h46 ASN1_INTEGER *nonce; member
90 ASN1_INTEGER *nonce; member
149 ASN1_INTEGER *nonce; member
Dts_verify_ctx.c108 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_ppe.h60 uint8_t nonce[32]; member
/third_party/libcoap/include/coap3/
Dcoap_crypto_internal.h51 const uint8_t *nonce; /**< must be exactly 15 - l bytes */ member
/third_party/node/deps/openssl/openssl/include/crypto/
Dpoly1305.h32 unsigned int nonce[4]; member
/third_party/openssl/include/crypto/
Dpoly1305.h32 unsigned int nonce[4]; member
/third_party/ffmpeg/libavformat/
Dhttpauth.h36 char nonce[300]; /**< Server specified nonce */ member
/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_ccm_hw.c13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv()
Dcipher_aes_ccm.h36 } nonce; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dciphercommon_ccm_hw.c13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv()
Dcipher_aes_ccm.h36 } nonce; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_psk.c94 u8 *buf, *pchannel, nonce[16]; in eap_psk_build_3() local
333 u8 *decrypted, nonce[16]; in eap_psk_process_4() local

123456