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

/openbsd-current/sys/net80211/
H A Dieee80211_crypto_bip.c91 struct ieee80211_bip_frame aad; local
157 struct ieee80211_bip_frame aad; local
[all...]
H A Dieee80211_crypto_ccmp.c85 u_int8_t *aad; local
[all...]
/openbsd-current/lib/libfido2/src/
H A Daes256.c114 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
204 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
211 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.c49 largeblob_aad(fido_blob_t *aad, uint64_t size) argument
66 fido_blob_t *plaintext = NULL, *aad = NULL; local
120 fido_blob_t *plaintext = NULL, *aad = NULL; local
[all...]
/openbsd-current/regress/sys/crypto/gmac/
H A Dgmac_test.c637 dogmac(const unsigned char *key, size_t klen, const unsigned char *iv, size_t ivlen, const unsigned char *aad, size_t aadlen, const unsigned char *in, unsigned char *out, size_t len) argument
[all...]
/openbsd-current/regress/sys/crypto/chachapoly/
H A Dchachapoly_test.c315 dopoly(const unsigned char *key, size_t klen, const unsigned char *iv, size_t ivlen, const unsigned char *aad, size_t aadlen, const unsigned char *in, unsigned char *out, size_t len) argument
/openbsd-current/lib/libcrypto/modes/
H A Dccm128.c109 CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx, const unsigned char *aad, size_t alen) argument
H A Dgcm128.c756 CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad, size_t len) argument
/openbsd-current/sbin/iked/
H A Dikev2_msg.c406 ikev2_msg_encrypt(struct iked *env, struct iked_sa *sa, struct ibuf *src, struct ibuf *aad) argument

Completed in 125 milliseconds