Lines Matching refs:authkeylen

708 	hash_parms.key_len = ctx->authkeylen;  in handle_ahash_req()
1313 hash_parms.key_len = ctx->authkeylen; in handle_aead_req()
1317 (ctx->authkeylen < SHA224_DIGEST_SIZE)) in handle_aead_req()
1881 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in skcipher_setkey()
1936 ctx->authkeylen); in ahash_enqueue()
1983 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, 0, in __ahash_init()
2050 if (ctx->authkeylen > 0) { in ahash_init()
2052 ctx->authkeylen); in ahash_init()
2281 ctx->authkeylen = keylen; in ahash_setkey()
2381 ctx->authkeylen = digestsize; in ahash_hmac_setkey()
2384 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2387 ctx->authkeylen = keylen; in ahash_hmac_setkey()
2396 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2397 memset(ctx->ipad + ctx->authkeylen, 0, in ahash_hmac_setkey()
2398 blocksize - ctx->authkeylen); in ahash_hmac_setkey()
2399 ctx->authkeylen = 0; in ahash_hmac_setkey()
2723 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2774 keys.authkeylen > MAX_KEY_SIZE) in aead_authenc_setkey()
2778 ctx->authkeylen = keys.authkeylen; in aead_authenc_setkey()
2783 memcpy(ctx->authkey, keys.authkey, keys.authkeylen); in aead_authenc_setkey()
2819 ctx->authkeylen); in aead_authenc_setkey()
2821 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_authenc_setkey()
2835 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_authenc_setkey()
2845 ctx->authkeylen = 0; in aead_authenc_setkey()
2867 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
2886 ctx->authkeylen); in aead_gcm_ccm_setkey()
2888 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_gcm_ccm_setkey()
2903 ctx->spu_resp_hdr_len = spu->spu_response_hdr_len(ctx->authkeylen, in aead_gcm_ccm_setkey()
2910 ctx->authkeylen); in aead_gcm_ccm_setkey()
2916 ctx->authkeylen = 0; in aead_gcm_ccm_setkey()
3024 __func__, ctx->authkeylen, authsize); in aead_setauthsize()
4200 ctx->authkeylen = 0; in generic_cra_init()