Lines Matching refs:authkeylen

755 	hash_parms.key_len = ctx->authkeylen;  in handle_ahash_req()
1361 hash_parms.key_len = ctx->authkeylen; in handle_aead_req()
1365 (ctx->authkeylen < SHA224_DIGEST_SIZE)) in handle_aead_req()
1979 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in ablkcipher_setkey()
2034 ctx->authkeylen); in ahash_enqueue()
2081 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, 0, in __ahash_init()
2149 if (ctx->authkeylen > 0) { in ahash_init()
2151 ctx->authkeylen); in ahash_init()
2380 ctx->authkeylen = keylen; in ahash_setkey()
2480 ctx->authkeylen = digestsize; in ahash_hmac_setkey()
2483 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2486 ctx->authkeylen = keylen; in ahash_hmac_setkey()
2495 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2496 memset(ctx->ipad + ctx->authkeylen, 0, in ahash_hmac_setkey()
2497 blocksize - ctx->authkeylen); in ahash_hmac_setkey()
2498 ctx->authkeylen = 0; in ahash_hmac_setkey()
2809 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2877 ctx->authkeylen = keylen - ctx->enckeylen; in aead_authenc_setkey()
2879 if (ctx->authkeylen > MAX_KEY_SIZE) in aead_authenc_setkey()
2882 memcpy(ctx->enckey, key + ctx->authkeylen, ctx->enckeylen); in aead_authenc_setkey()
2885 memcpy(ctx->authkey, key, ctx->authkeylen); in aead_authenc_setkey()
2948 ctx->authkeylen); in aead_authenc_setkey()
2950 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_authenc_setkey()
2971 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_authenc_setkey()
2981 ctx->authkeylen = 0; in aead_authenc_setkey()
3004 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
3022 ctx->authkeylen); in aead_gcm_ccm_setkey()
3024 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_gcm_ccm_setkey()
3044 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_gcm_ccm_setkey()
3051 ctx->authkeylen); in aead_gcm_ccm_setkey()
3057 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
3154 __func__, ctx->authkeylen, authsize); in aead_setauthsize()
4343 ctx->authkeylen = 0; in generic_cra_init()