Home
last modified time | relevance | path

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

1234567

/third_party/mbedtls/library/
H A Dpsa_crypto_driver_wrappers.c1591 psa_status_t psa_driver_wrapper_aead_set_nonce(psa_aead_operation_t *operation, const uint8_t *nonce, in psa_driver_wrapper_aead_set_nonce() argument
1431 psa_driver_wrapper_aead_encrypt(const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *plaintext, size_t plaintext_length, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) psa_driver_wrapper_aead_encrypt() argument
1471 psa_driver_wrapper_aead_decrypt(const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *ciphertext, size_t ciphertext_length, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length) psa_driver_wrapper_aead_decrypt() argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc562 std::array<uint8_t, 16> nonce; in push_request_headers() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
H A Dshared.c763 ngtcp2_crypto_encrypt_cb(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_cb() argument
775 ngtcp2_crypto_decrypt_cb(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_cb() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
H A Dpicotls.c298 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
317 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/lib/
H A Dngtcp2_pkt.c2262 const uint8_t *nonce; in ngtcp2_pkt_write_retry() local
2362 const uint8_t *nonce; in ngtcp2_pkt_verify_retry_tag() local
[all...]
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c209 jws_create_packet(struct lws_jwe *jwe, const char *payload, size_t len, const char *nonce, const char *url, const char *kid, char *out, size_t out_len, struct lws_context *context) jws_create_packet() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dts.c554 ASN1_INTEGER *nonce = NULL; in create_nonce() local
[all...]
/third_party/libcoap/src/
H A Dcoap_oscore.c290 coap_bin_const_t nonce; in coap_oscore_new_pdu_encrypted() local
784 coap_bin_const_t nonce; coap_oscore_decrypt_pdu() local
[all...]
/third_party/openssl/apps/
H A Dts.c554 ASN1_INTEGER *nonce = NULL; in create_nonce() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c305 u8 nonce[] = { 0xBE, 0xCA, 0xF0, 0x43, 0xB0, 0xA2, 0x3D, 0x84, in test_eax() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_validate.c870 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory) in wps_validate_r_snonce1() argument
884 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory) in wps_validate_r_snonce2() argument
898 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory) in wps_validate_e_snonce1() argument
912 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory) in wps_validate_e_snonce2() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_module_tests.c305 u8 nonce[] = { 0xBE, 0xCA, 0xF0, 0x43, 0xB0, 0xA2, 0x3D, 0x84, in test_eax() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c531 wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, int ver, const u8 *nonce, const u8 *wpa_ie, size_t wpa_ie_len, struct wpa_ptk *ptk) wpa_supplicant_send_2_of_4() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_validate.c870 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory) in wps_validate_r_snonce1() argument
884 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory) in wps_validate_r_snonce2() argument
898 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory) in wps_validate_e_snonce1() argument
912 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory) in wps_validate_e_snonce2() argument
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c555 struct random_value nonce = generate_random(HC_AES_GCM_NONCE_LEN); in aes_gcm_encrypt() local
502 init_aes_gcm_encrypt_param_set(struct HksParamSet **param_set, struct random_value *nonce, struct aes_aad *aad, uint32_t key_byte_size) init_aes_gcm_encrypt_param_set() argument
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock_for_pake.c509 struct random_value nonce = generate_random(HC_AES_GCM_NONCE_LEN); in aes_gcm_encrypt() local
468 init_aes_gcm_encrypt_param_set(struct HksParamSet **param_set, struct random_value *nonce, struct aes_aad *aad, uint32_t key_byte_size) init_aes_gcm_encrypt_param_set() argument
[all...]
H A Dhuks_adapter_mock.c509 struct random_value nonce = generate_random(HC_AES_GCM_NONCE_LEN); in aes_gcm_encrypt() local
468 init_aes_gcm_encrypt_param_set(struct HksParamSet **param_set, struct random_value *nonce, struct aes_aad *aad, uint32_t key_byte_size) init_aes_gcm_encrypt_param_set() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H A Ddrv_symc_v200.c1218 hi_s32 drv_aead_ccm_add_n(hi_u32 chn_num, hi_u8 *nonce, hi_u32 nonce_len) in drv_aead_ccm_add_n() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp1286 void ObexDigestChallenge::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce() argument
1332 void ObexDigestResponse::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce() argument
1379 void ObexSessionParameters::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce() argument
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c2468 PACKET nonce; in tls_process_new_session_ticket() local
H A Dstatem_srvr.c3931 uint64_t nonce; in tls_construct_new_session_ticket() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c932 } nonce; member
1699 s390x_aes_ccm_setiv(S390X_AES_CCM_CTX *ctx, const unsigned char *nonce, size_t mlen) s390x_aes_ccm_setiv() argument
[all...]
/third_party/openssl/crypto/evp/
H A De_aes.c936 } nonce; member
1705 s390x_aes_ccm_setiv(S390X_AES_CCM_CTX *ctx, const unsigned char *nonce, size_t mlen) s390x_aes_ccm_setiv() argument
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c3910 uint64_t nonce; in tls_construct_new_session_ticket() local
H A Dstatem_clnt.c2460 PACKET nonce; in tls_process_new_session_ticket() local

Completed in 60 milliseconds

1234567