Lines Matching refs:authkeylen

707 	hash_parms.key_len = ctx->authkeylen;  in handle_ahash_req()
1312 hash_parms.key_len = ctx->authkeylen; in handle_aead_req()
1316 (ctx->authkeylen < SHA224_DIGEST_SIZE)) in handle_aead_req()
1880 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in skcipher_setkey()
1935 ctx->authkeylen); in ahash_enqueue()
1982 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, 0, in __ahash_init()
2049 if (ctx->authkeylen > 0) { in ahash_init()
2051 ctx->authkeylen); in ahash_init()
2280 ctx->authkeylen = keylen; in ahash_setkey()
2380 ctx->authkeylen = digestsize; in ahash_hmac_setkey()
2383 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2386 ctx->authkeylen = keylen; in ahash_hmac_setkey()
2395 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2396 memset(ctx->ipad + ctx->authkeylen, 0, in ahash_hmac_setkey()
2397 blocksize - ctx->authkeylen); in ahash_hmac_setkey()
2398 ctx->authkeylen = 0; in ahash_hmac_setkey()
2686 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2737 keys.authkeylen > MAX_KEY_SIZE) in aead_authenc_setkey()
2741 ctx->authkeylen = keys.authkeylen; in aead_authenc_setkey()
2746 memcpy(ctx->authkey, keys.authkey, keys.authkeylen); in aead_authenc_setkey()
2782 ctx->authkeylen); in aead_authenc_setkey()
2784 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_authenc_setkey()
2798 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_authenc_setkey()
2808 ctx->authkeylen = 0; in aead_authenc_setkey()
2830 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
2849 ctx->authkeylen); in aead_gcm_ccm_setkey()
2851 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_gcm_ccm_setkey()
2866 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_gcm_ccm_setkey()
2873 ctx->authkeylen); in aead_gcm_ccm_setkey()
2879 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
2987 __func__, ctx->authkeylen, authsize); in aead_setauthsize()
4163 ctx->authkeylen = 0; in generic_cra_init()