Home
last modified time | relevance | path

Searched refs:crypto_aead_aes256gcm_decrypt (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/isc/libsodium/dist/test/default/
H A Daead_aes256gcm.c3171 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3181 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3188 if (i == 0 && crypto_aead_aes256gcm_decrypt(NULL, NULL, in tv()
3193 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h76 int crypto_aead_aes256gcm_decrypt(unsigned char *m,
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c891 crypto_aead_aes256gcm_decrypt(unsigned char *m, in crypto_aead_aes256gcm_decrypt() function
965 crypto_aead_aes256gcm_decrypt(unsigned char *m, unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt() function