Home
last modified time | relevance | path

Searched refs:pcrypt_request_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/crypto/
Dpcrypt.c120 struct aead_request *req = pcrypt_request_ctx(preq); in pcrypt_aead_serial()
128 struct aead_givcrypt_request *req = pcrypt_request_ctx(preq); in pcrypt_aead_giv_serial()
148 struct aead_request *req = pcrypt_request_ctx(preq); in pcrypt_aead_enc()
162 struct aead_request *creq = pcrypt_request_ctx(preq); in pcrypt_aead_encrypt()
190 struct aead_request *req = pcrypt_request_ctx(preq); in pcrypt_aead_dec()
204 struct aead_request *creq = pcrypt_request_ctx(preq); in pcrypt_aead_decrypt()
232 struct aead_givcrypt_request *req = pcrypt_request_ctx(preq); in pcrypt_aead_givenc()
247 struct aead_givcrypt_request *creq = pcrypt_request_ctx(preq); in pcrypt_aead_givencrypt()
/linux-4.1.27/include/crypto/
Dpcrypt.h34 static inline void *pcrypt_request_ctx(struct pcrypt_request *req) in pcrypt_request_ctx() function