Home
last modified time | relevance | path

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

1234

/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/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.c565 const gchar * uri, const gchar * nonce) in auth_digest_compute_response_md5()
625 const gchar * password, const gchar * uri, const gchar * nonce) in gst_rtsp_generate_digest_auth_response()
667 const gchar * nonce) in gst_rtsp_generate_digest_auth_response_from_md5()
/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.c35 const uint8_t *nonce, size_t nonce_length, in mbedtls_test_transparent_aead_encrypt()
83 const uint8_t *nonce, size_t nonce_length, in mbedtls_test_transparent_aead_decrypt()
193 const uint8_t *nonce, in mbedtls_test_transparent_aead_set_nonce()
/third_party/node/deps/npm/node_modules/request/lib/
Dauth.js81 var ha1Compute = function (algorithm, user, realm, pass, nonce, cnonce) { argument
101 nonce: challenge.nonce, property
Dhawk.js59 nonce: opts.nonce || randomString(6), property
/third_party/mbedtls/library/
Dpsa_crypto_aead.c145 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_encrypt()
261 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_decrypt()
393 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/openssl/include/crypto/
Dpoly1305.h32 unsigned int nonce[4]; member
/third_party/node/test/fixtures/wpt/resources/
Dsriharness.js1 var SRIScriptTest = function(pass, name, src, integrityValue, crossoriginValue, nonce) { argument
/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
Dcipher_chacha20_poly1305.h22 unsigned int nonce[12 / 4]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/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
/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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_validate.c870 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory) in wps_validate_r_snonce1()
884 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory) in wps_validate_r_snonce2()
898 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory) in wps_validate_e_snonce1()
912 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory) in wps_validate_e_snonce2()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_validate.c870 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory) in wps_validate_r_snonce1()
884 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory) in wps_validate_r_snonce2()
898 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory) in wps_validate_e_snonce1()
912 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory) in wps_validate_e_snonce2()

1234