Lines Matching refs:aead
56 int aead) in cryptodev_get_cipher_keylen() argument
70 if (aead && sop->mackeylen) { in cryptodev_get_cipher_keylen()
81 int cryptodev_get_cipher_key(uint8_t *key, struct session_op *sop, int aead) in cryptodev_get_cipher_key() argument
94 if (aead && sop->mackeylen) { in cryptodev_get_cipher_key()
141 uint8_t *keyp, size_t keylen, int stream, int aead) in cryptodev_cipher_init() argument
145 if (aead == 0) { in cryptodev_cipher_init()
217 out->aead = aead; in cryptodev_cipher_init()
221 if (aead == 0) { in cryptodev_cipher_init()
248 if (aead == 0) { in cryptodev_cipher_init()
264 if (cdata->aead == 0) { in cryptodev_cipher_deinit()
313 if (cdata->aead == 0) { in cryptodev_cipher_encrypt()
335 if (cdata->aead == 0) { in cryptodev_cipher_decrypt()