Home
last modified time | relevance | path

Searched defs:nonce (Results 1 - 25 of 131) sorted by relevance

123456

/third_party/ffmpeg/libavformat/
H A Dhttpauth.h36 char nonce[300]; /**< Server specified nonce */ member
/third_party/libcoap/include/coap3/
H A Dcoap_crypto_internal.h51 const uint8_t *nonce; /**< must be exactly 15 - l bytes */ member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ppe.h60 uint8_t nonce[32]; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm.h36 } nonce; member
H A Dciphercommon_ccm_hw.c13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv() argument
H A Dcipher_chacha20_poly1305.h22 unsigned int nonce[12 / 4]; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dpoly1305.h32 unsigned int nonce[4]; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm.h36 } nonce; member
H A Dciphercommon_ccm_hw.c13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv() argument
H A Dcipher_chacha20_poly1305.h22 unsigned int nonce[12 / 4]; member
/third_party/openssl/include/crypto/
H A Dpoly1305.h32 unsigned int nonce[4]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() argument
67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt() argument
H A Daes-eax.c28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt() argument
92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() argument
67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt() argument
H A Daes-eax.c28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt() argument
92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt() argument
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_verify_ctx.c108 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
/third_party/openssl/crypto/ts/
H A Dts_verify_ctx.c108 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
/third_party/mbedtls/library/
H A Dchacha20.c193 mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, const unsigned char nonce[12], uint32_t counter) mbedtls_chacha20_starts() argument
257 mbedtls_chacha20_crypt(const unsigned char key[32], const unsigned char nonce[12], uint32_t counter, size_t data_len, const unsigned char *input, unsigned char *output) mbedtls_chacha20_crypt() argument
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_aead.c25 mbedtls_test_transparent_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) mbedtls_test_transparent_aead_encrypt() argument
81 mbedtls_test_transparent_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) mbedtls_test_transparent_aead_decrypt() argument
210 mbedtls_test_transparent_aead_set_nonce( mbedtls_transparent_test_driver_aead_operation_t *operation, const uint8_t *nonce, size_t nonce_length) mbedtls_test_transparent_aead_set_nonce() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dccm128.c40 CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce, size_t nlen, size_t mlen) CRYPTO_ccm128_setiv() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Dv3_ocsp.c215 static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, in i2r_ocsp_nonce() argument
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c135 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() argument
/third_party/pulseaudio/src/modules/raop/
H A Draop-util.c187 pa_raop_digest_response(const char *user, const char *realm, const char *password, const char *nonce, const char *uri, char **str) pa_raop_digest_response() argument
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c135 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() argument
/third_party/openssl/crypto/modes/
H A Dccm128.c40 CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce, size_t nlen, size_t mlen) CRYPTO_ccm128_setiv() argument
[all...]

Completed in 8 milliseconds

123456