Lines Matching refs:aead_request
42 static void krb5enc_request_complete(struct aead_request *req, int err) in krb5enc_request_complete()
128 struct aead_request *req = data; in krb5enc_encrypt_done()
137 static int krb5enc_dispatch_encrypt(struct aead_request *req, in krb5enc_dispatch_encrypt()
168 static void krb5enc_insert_checksum(struct aead_request *req, u8 *hash) in krb5enc_insert_checksum()
183 struct aead_request *req = data; in krb5enc_encrypt_ahash_done()
205 static int krb5enc_dispatch_encrypt_hash(struct aead_request *req) in krb5enc_dispatch_encrypt_hash()
234 static int krb5enc_encrypt(struct aead_request *req) in krb5enc_encrypt()
245 static int krb5enc_verify_hash(struct aead_request *req) in krb5enc_verify_hash()
265 struct aead_request *req = data; in krb5enc_decrypt_hash_done()
277 static int krb5enc_dispatch_decrypt_hash(struct aead_request *req) in krb5enc_dispatch_decrypt_hash()
306 static int krb5enc_dispatch_decrypt(struct aead_request *req) in krb5enc_dispatch_decrypt()
333 static int krb5enc_decrypt(struct aead_request *req) in krb5enc_decrypt()