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

/freebsd-11.0-release/lib/libstand/
H A Dzalloc.c286 int abytes = 0; local
/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 63 milliseconds