/third_party/ffmpeg/libavformat/ |
H A D | httpauth.h | 36 char nonce[300]; /**< Server specified nonce */ member
|
/third_party/libcoap/include/coap3/ |
H A D | coap_crypto_internal.h | 51 const uint8_t *nonce; /**< must be exactly 15 - l bytes */ member
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_ppe.h | 60 uint8_t nonce[32]; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ccm.h | 36 } nonce; member
|
H A D | ciphercommon_ccm_hw.c | 13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv() argument
|
H A D | cipher_chacha20_poly1305.h | 22 unsigned int nonce[12 / 4]; member
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | poly1305.h | 32 unsigned int nonce[4]; member
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ccm.h | 36 } nonce; member
|
H A D | ciphercommon_ccm_hw.c | 13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv() argument
|
H A D | cipher_chacha20_poly1305.h | 22 unsigned int nonce[12 / 4]; member
|
/third_party/openssl/include/crypto/ |
H A D | poly1305.h | 32 unsigned int nonce[4]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-ctr.c | 25 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 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() 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 D | aes-ctr.c | 25 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 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() 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 D | ts_verify_ctx.c | 108 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
|
/third_party/openssl/crypto/ts/ |
H A D | ts_verify_ctx.c | 108 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
|
/third_party/mbedtls/library/ |
H A D | chacha20.c | 193 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 D | test_driver_aead.c | 25 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 D | ccm128.c | 40 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 D | v3_ocsp.c | 215 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 D | poly1305_base2_44.c | 135 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 D | raop-util.c | 187 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 D | poly1305_base2_44.c | 135 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() argument
|
/third_party/openssl/crypto/modes/ |
H A D | ccm128.c | 40 CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce, size_t nlen, size_t mlen) CRYPTO_ccm128_setiv() argument [all...] |