Lines Matching refs:tail
39 char tail[]; member
146 struct skcipher_request *skreq = (void *)(areq_ctx->tail + 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()
214 u8 *hash = areq_ctx->tail; in krb5enc_dispatch_encrypt_hash()
251 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in krb5enc_verify_hash()
253 u8 *calc_hash = areq_ctx->tail; in krb5enc_verify_hash()
254 u8 *msg_hash = areq_ctx->tail + authsize; in krb5enc_verify_hash()
284 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in krb5enc_dispatch_decrypt_hash()
287 u8 *hash = areq_ctx->tail; in krb5enc_dispatch_decrypt_hash()
313 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in krb5enc_dispatch_decrypt()