Searched refs:crypto_aead_aes256gcm_decrypt (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | aead_aes256gcm.c | 3171 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()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_aead_aes256gcm.h | 76 int crypto_aead_aes256gcm_decrypt(unsigned char *m,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
H A D | aead_aes256gcm_aesni.c | 891 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
|