Home
last modified time | relevance | path

Searched refs:areq_ctx (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dauthencesn.c89 u8 *hash = areq_ctx->tail; in crypto_authenc_esn_genicv_tail()
120 u8 *hash = areq_ctx->tail; in crypto_authenc_esn_genicv()
136 sg_init_table(areq_ctx->dst, 2); in crypto_authenc_esn_genicv()
137 dst = scatterwalk_ffwd(areq_ctx->dst, dst, 4); in crypto_authenc_esn_genicv()
172 sg_init_table(areq_ctx->src, 2); in crypto_authenc_esn_encrypt()
178 sg_init_table(areq_ctx->dst, 2); in crypto_authenc_esn_encrypt()
204 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt_tail()
224 sg_init_table(areq_ctx->dst, 2); in crypto_authenc_esn_decrypt_tail()
251 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt()
275 sg_init_table(areq_ctx->dst, 2); in crypto_authenc_esn_decrypt()
[all …]
A Dkrb5enc.c144 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_dispatch_encrypt() local
146 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in krb5enc_dispatch_encrypt()
187 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_encrypt_ahash_done() local
212 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_dispatch_encrypt_hash() local
214 u8 *hash = areq_ctx->tail; in krb5enc_dispatch_encrypt_hash()
250 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_verify_hash() local
253 u8 *calc_hash = areq_ctx->tail; in krb5enc_verify_hash()
254 u8 *msg_hash = areq_ctx->tail + authsize; in krb5enc_verify_hash()
283 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_dispatch_decrypt_hash() local
287 u8 *hash = areq_ctx->tail; in krb5enc_dispatch_decrypt_hash()
[all …]
A Dauthenc.c116 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_done() local
137 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_genicv() local
139 u8 *hash = areq_ctx->tail; in crypto_authenc_genicv()
177 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_encrypt() local
180 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_encrypt()
185 src = scatterwalk_ffwd(areq_ctx->src, req->src, req->assoclen); in crypto_authenc_encrypt()
212 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt_tail() local
214 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_decrypt_tail()
225 src = scatterwalk_ffwd(areq_ctx->src, req->src, req->assoclen); in crypto_authenc_decrypt_tail()
261 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt() local
[all …]

Completed in 8 milliseconds