Home
last modified time | relevance | path

Searched refs:crypto_aead_aes256gcm_beforenm (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h114 int crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_,
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c488 crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_, in crypto_aead_aes256gcm_beforenm() function
839 crypto_aead_aes256gcm_beforenm(&ctx, k); in crypto_aead_aes256gcm_encrypt_detached()
860 crypto_aead_aes256gcm_beforenm(&ctx, k); in crypto_aead_aes256gcm_encrypt()
883 crypto_aead_aes256gcm_beforenm(&ctx, k); in crypto_aead_aes256gcm_decrypt_detached()
904 crypto_aead_aes256gcm_beforenm(&ctx, k); in crypto_aead_aes256gcm_decrypt()
976 crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_, in crypto_aead_aes256gcm_beforenm() function