Lines Matching refs:authkeylen
744 hash_parms.key_len = ctx->authkeylen; in handle_ahash_req()
1350 hash_parms.key_len = ctx->authkeylen; in handle_aead_req()
1354 (ctx->authkeylen < SHA224_DIGEST_SIZE)) in handle_aead_req()
1944 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in ablkcipher_setkey()
1999 ctx->authkeylen); in ahash_enqueue()
2046 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, 0, in __ahash_init()
2113 if (ctx->authkeylen > 0) { in ahash_init()
2115 ctx->authkeylen); in ahash_init()
2344 ctx->authkeylen = keylen; in ahash_setkey()
2444 ctx->authkeylen = digestsize; in ahash_hmac_setkey()
2447 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2450 ctx->authkeylen = keylen; in ahash_hmac_setkey()
2459 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2460 memset(ctx->ipad + ctx->authkeylen, 0, in ahash_hmac_setkey()
2461 blocksize - ctx->authkeylen); in ahash_hmac_setkey()
2462 ctx->authkeylen = 0; in ahash_hmac_setkey()
2786 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2837 keys.authkeylen > MAX_KEY_SIZE) in aead_authenc_setkey()
2841 ctx->authkeylen = keys.authkeylen; in aead_authenc_setkey()
2846 memcpy(ctx->authkey, keys.authkey, keys.authkeylen); in aead_authenc_setkey()
2885 ctx->authkeylen); in aead_authenc_setkey()
2887 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_authenc_setkey()
2906 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_authenc_setkey()
2916 ctx->authkeylen = 0; in aead_authenc_setkey()
2939 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
2957 ctx->authkeylen); in aead_gcm_ccm_setkey()
2959 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_gcm_ccm_setkey()
2979 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_gcm_ccm_setkey()
2986 ctx->authkeylen); in aead_gcm_ccm_setkey()
2992 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
3089 __func__, ctx->authkeylen, authsize); in aead_setauthsize()
4277 ctx->authkeylen = 0; in generic_cra_init()