Searched defs:aad (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dciphercommon_ccm_hw.c19 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, argument
H A Dciphercommon_gcm_hw.c20 int ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, argument
51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, argument
H A Dcipher_chacha20_poly1305.h25 struct { uint64_t aad, text; } len; member in struct:__anon501::__anon502
26 unsigned int aad : 1; member in struct:__anon501
H A Dcipher_rc4_hmac_md5_hw.c165 cipher_hw_rc4_hmac_md5_tls_init(PROV_CIPHER_CTX *bctx, unsigned char *aad, size_t aad_len) argument
H A Dciphercommon_ccm.c21 static int ccm_tls_init(PROV_CCM_CTX *ctx, unsigned char *aad, size_t alen) argument
H A Dcipher_chacha20_poly1305_hw.c15 chacha_poly1305_tls_init(PROV_CIPHER_CTX *bctx, unsigned char *aad, size_t alen) argument
[all...]
H A Dciphercommon_gcm.c451 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len) argument
H A Dcipher_aes_ocb.c57 aes_generic_ocb_setaad(PROV_AES_OCB_CTX *ctx, const unsigned char *aad, size_t alen) argument
/netbsd-current/external/bsd/libfido2/dist/src/
H A Daes256.c115 aes256_gcm(const fido_blob_t *key, const fido_blob_t *nonce, const fido_blob_t *aad, const fido_blob_t *in, fido_blob_t *out, int encrypt) argument
205 aes256_gcm_enc(const fido_blob_t *key, const fido_blob_t *nonce, const fido_blob_t *aad, const fido_blob_t *in, fido_blob_t *out) argument
212 aes256_gcm_dec(const fido_blob_t *key, const fido_blob_t *nonce, const fido_blob_t *aad, const fido_blob_t *in, fido_blob_t *out) argument
H A Dlargeblob.c50 largeblob_aad(fido_blob_t *aad, uint64_t size) argument
67 fido_blob_t *plaintext = NULL, *aad = NULL; local
121 fido_blob_t *plaintext = NULL, *aad = NULL; local
[all...]
/netbsd-current/external/bsd/wpa/dist/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) 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) 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) argument
H A Daes-gcm.c229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, 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) 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) 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) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dccm128.c68 CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx, const unsigned char *aad, size_t alen) argument
H A Docb128.c268 int CRYPTO_ocb128_aad(OCB128_CONTEXT *ctx, const unsigned char *aad, argument
H A Dgcm128.c928 int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad, argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dccm128.c68 CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx, const unsigned char *aad, size_t alen) argument
H A Docb128.c268 int CRYPTO_ocb128_aad(OCB128_CONTEXT *ctx, const unsigned char *aad, argument
H A Dsiv128.c246 int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, argument
H A Dgcm128.c908 int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad, argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_chacha20_poly1305.c156 struct { uint64_t aad, text; } len; member in struct:__anon240::__anon241
157 int aad, mac_inited, tag_len, nonce_len; member in struct:__anon240
578 unsigned char *aad = ptr; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_chacha20_poly1305.c158 struct { uint64_t aad, text; } len; member in struct:__anon323::__anon324
159 int aad, mac_inited, tag_len, nonce_len; member in struct:__anon323
574 unsigned char *aad = ptr; local
[all...]
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dlargeblob.c362 uint8_t aad[4 + sizeof(uint64_t)]; local
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dmesh_rsn.c540 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; local
644 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Drec_layer_s3.c440 unsigned char aad[13]; local
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/record/
H A Drec_layer_s3.c457 unsigned char aad[13]; local

Completed in 494 milliseconds

12