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

/freebsd-11.0-release/sys/crypto/aesni/
H A Daesni_ghash.c271 AES_GCM_encrypt(const unsigned char *in, unsigned char *out, const unsigned char *addt, const unsigned char *ivec, unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, const unsigned char *key, int nr) argument
529 AES_GCM_decrypt(const unsigned char *in, unsigned char *out, const unsigned char *addt, const unsigned char *ivec, const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, const unsigned char *key, int nr) argument
[all...]

Completed in 59 milliseconds