Lines Matching refs:authkeylen
709 hash_parms.key_len = ctx->authkeylen; in handle_ahash_req()
1315 hash_parms.key_len = ctx->authkeylen; in handle_aead_req()
1319 (ctx->authkeylen < SHA224_DIGEST_SIZE)) in handle_aead_req()
1883 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in skcipher_setkey()
1938 ctx->authkeylen); in ahash_enqueue()
1985 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, 0, in __ahash_init()
2052 if (ctx->authkeylen > 0) { in ahash_init()
2054 ctx->authkeylen); in ahash_init()
2283 ctx->authkeylen = keylen; in ahash_setkey()
2383 ctx->authkeylen = digestsize; in ahash_hmac_setkey()
2386 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2389 ctx->authkeylen = keylen; in ahash_hmac_setkey()
2398 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2399 memset(ctx->ipad + ctx->authkeylen, 0, in ahash_hmac_setkey()
2400 blocksize - ctx->authkeylen); in ahash_hmac_setkey()
2401 ctx->authkeylen = 0; in ahash_hmac_setkey()
2725 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2776 keys.authkeylen > MAX_KEY_SIZE) in aead_authenc_setkey()
2780 ctx->authkeylen = keys.authkeylen; in aead_authenc_setkey()
2785 memcpy(ctx->authkey, keys.authkey, keys.authkeylen); in aead_authenc_setkey()
2821 ctx->authkeylen); in aead_authenc_setkey()
2823 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_authenc_setkey()
2837 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_authenc_setkey()
2847 ctx->authkeylen = 0; in aead_authenc_setkey()
2869 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
2888 ctx->authkeylen); in aead_gcm_ccm_setkey()
2890 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_gcm_ccm_setkey()
2905 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_gcm_ccm_setkey()
2912 ctx->authkeylen); in aead_gcm_ccm_setkey()
2918 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
3026 __func__, ctx->authkeylen, authsize); in aead_setauthsize()
4202 ctx->authkeylen = 0; in generic_cra_init()