Searched refs:reqoff (Results 1 – 3 of 3) sorted by relevance
24 unsigned int reqoff; member117 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in authenc_geniv_ahash_done()138 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_genicv()181 ictx->reqoff); in crypto_authenc_encrypt()213 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt_tail()215 ictx->reqoff); in crypto_authenc_decrypt_tail()262 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt()303 ictx->reqoff + in crypto_authenc_init_tfm()367 ctx->reqoff = 2 * auth->digestsize; in crypto_authenc_create()
28 unsigned int reqoff; member147 ictx->reqoff); in krb5enc_dispatch_encrypt()188 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in krb5enc_encrypt_ahash_done()213 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in krb5enc_dispatch_encrypt_hash()251 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in krb5enc_verify_hash()284 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in krb5enc_dispatch_decrypt_hash()314 ictx->reqoff); in krb5enc_dispatch_decrypt()368 ictx->reqoff + /* Space for two checksums */ in krb5enc_init_tfm()437 ictx->reqoff = 2 * auth->digestsize; in krb5enc_create()
30 unsigned int reqoff; member121 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()165 ctx->reqoff); in crypto_authenc_esn_encrypt()202 ctx->reqoff); in crypto_authenc_esn_decrypt_tail()248 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()312 ctx->reqoff = 2 * crypto_ahash_digestsize(auth); in crypto_authenc_esn_init_tfm()317 ctx->reqoff + in crypto_authenc_esn_init_tfm()
Completed in 10 milliseconds