Searched refs:aes256_gcm_enc (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/libfido2/src/
H A Dextern.h35 int aes256_gcm_enc(const fido_blob_t *, const fido_blob_t *,
H A Daes256.c205 aes256_gcm_enc(const fido_blob_t *key, const fido_blob_t *nonce, function
H A Dlargeblob.c141 if (aes256_gcm_enc(key, &blob->nonce, aad, plaintext,
143 fido_log_debug("%s: aes256_gcm_enc", __func__);

Completed in 141 milliseconds