pcrypt_request
struct pcrypt_request *preq = pcrypt_padata_request(padata);
struct pcrypt_request *preq = aead_request_ctx(req);
crypto_aead_set_reqsize(tfm, sizeof(struct pcrypt_request) +
struct pcrypt_request *preq = pcrypt_padata_request(padata);
struct pcrypt_request *preq = aead_request_ctx(req);
struct pcrypt_request *preq = pcrypt_padata_request(padata);
struct pcrypt_request *preq = aead_request_ctx(req);
static inline void *pcrypt_request_ctx(struct pcrypt_request *req)
struct padata_priv *pcrypt_request_padata(struct pcrypt_request *req)
struct pcrypt_request *pcrypt_padata_request(struct padata_priv *padata)
return container_of(padata, struct pcrypt_request, padata);