Home
last modified time | relevance | path

Searched defs:aad (Results 26 - 50 of 103) sorted by relevance

12345

/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp264 uint8_t aad[8] = {0}; in TestSm4GcmCipher() local
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dauth_info.c75 encrypt_payload(const struct var_buffer *key, const struct uint8_buff *plain, const char *aad, struct uint8_buff *payload) encrypt_payload() argument
93 decrypt_payload(const struct var_buffer *key, const struct uint8_buff *payload, const char *aad, struct uint8_buff *plain) decrypt_payload() argument
[all...]
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_aes_helper.c242 struct HksParam *aad = NULL; in AesGcmEncrypt() local
297 struct HksParam *aad = NULL; in AesGcmDecrypt() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c21 static int ccm_tls_init(PROV_CCM_CTX *ctx, unsigned char *aad, size_t alen) in ccm_tls_init() argument
H A Dcipher_chacha20_poly1305_hw.c15 chacha_poly1305_tls_init(PROV_CIPHER_CTX *bctx, unsigned char *aad, size_t alen) chacha_poly1305_tls_init() argument
[all...]
H A Dciphercommon_gcm.c451 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len) in gcm_tls_init() argument
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dccm128.c68 CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx, const unsigned char *aad, size_t alen) CRYPTO_ccm128_aad() argument
H A Docb128.c268 int CRYPTO_ocb128_aad(OCB128_CONTEXT *ctx, const unsigned char *aad, in CRYPTO_ocb128_aad() argument
H A Dsiv128.c246 int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, in ossl_siv128_aad() argument
/third_party/openssl/crypto/modes/
H A Dccm128.c68 CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx, const unsigned char *aad, size_t alen) CRYPTO_ccm128_aad() argument
H A Docb128.c268 int CRYPTO_ocb128_aad(OCB128_CONTEXT *ctx, const unsigned char *aad, in CRYPTO_ocb128_aad() argument
H A Dsiv128.c246 int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, in ossl_siv128_aad() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c21 static int ccm_tls_init(PROV_CCM_CTX *ctx, unsigned char *aad, size_t alen) in ccm_tls_init() argument
H A Dciphercommon_gcm.c446 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len) in gcm_tls_init() argument
H A Dcipher_chacha20_poly1305_hw.c15 chacha_poly1305_tls_init(PROV_CIPHER_CTX *bctx, unsigned char *aad, size_t alen) chacha_poly1305_tls_init() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-ccm.c28 aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, const u8 *aad, size_t aad_len, size_t plain_len, u8 *x) aes_ccm_auth_start() argument
148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) aes_ccm_ae() argument
178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) aes_ccm_ad() argument
H A Daes-gcm.c229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
254 aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) aes_gcm_ae() argument
288 aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) aes_gcm_ad() argument
322 aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *aad, size_t aad_len, u8 *tag) aes_gmac() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-ccm.c28 aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, const u8 *aad, size_t aad_len, size_t plain_len, u8 *x) aes_ccm_auth_start() argument
148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) aes_ccm_ae() argument
178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) aes_ccm_ad() argument
/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.c217 int32_t EncryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData, in EncryptData() argument
252 int32_t DecryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData, in DecryptData() argument
318 int32_t ExecCrypt(const struct HksBlob *handle, const struct HksBlob *aad, const struct HksBlob *authToken, in ExecCrypt() argument
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dcommon_standard_bind_exchange.c218 EncryptAuthAndSignInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exchangeParams, const Uint8Buff *signInfo, const char *aad) EncryptAuthAndSignInfo() argument
277 DecryptAuthAndSignInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exchangeParams, Uint8Buff *signInfo, const char *aad) DecryptAuthAndSignInfo() argument
/third_party/mbedtls/library/
H A Dchachapoly.c143 mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx, const unsigned char *aad, size_t aad_len) mbedtls_chachapoly_update_aad() argument
244 chachapoly_crypt_and_tag(mbedtls_chachapoly_context *ctx, mbedtls_chachapoly_mode_t mode, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char *input, unsigned char *output, unsigned char tag[16]) chachapoly_crypt_and_tag() argument
277 mbedtls_chachapoly_encrypt_and_tag(mbedtls_chachapoly_context *ctx, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char *input, unsigned char *output, unsigned char tag[16]) mbedtls_chachapoly_encrypt_and_tag() argument
291 mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char tag[16], const unsigned char *input, unsigned char *output) mbedtls_chachapoly_auth_decrypt() argument
/third_party/libcoap/src/oscore/
H A Doscore_cose.c390 cose_encrypt0_set_aad(cose_encrypt0_t *ptr, coap_bin_const_t *aad) { in cose_encrypt0_set_aad() argument
[all...]
/third_party/libcoap/include/oscore/
H A Doscore_context.h147 coap_bin_const_t *aad; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_chacha20_poly1305.c158 struct { uint64_t aad, text; } len; member
159 int aad, mac_inited, tag_len, nonce_len; member
574 unsigned char *aad = ptr; chacha20_poly1305_ctrl() local
[all...]
/third_party/openssl/crypto/evp/
H A De_chacha20_poly1305.c158 struct { uint64_t aad, text; } len; member
159 int aad, mac_inited, tag_len, nonce_len; member
574 unsigned char *aad = ptr; chacha20_poly1305_ctrl() local
[all...]

Completed in 21 milliseconds

12345