Lines Matching refs:authkey
754 hash_parms.key_buf = (u8 *)ctx->authkey; in handle_ahash_req()
1360 hash_parms.key_buf = (u8 *)ctx->authkey; in handle_aead_req()
2033 NULL, 0, NULL, 0, ctx->authkey, in ahash_enqueue()
2150 ret = crypto_shash_setkey(hash, ctx->authkey, in ahash_init()
2379 memcpy(ctx->authkey, key, keylen); in ahash_setkey()
2432 rc = do_shash("md5", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2436 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2440 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2444 rc = do_shash("sha256", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2448 rc = do_shash("sha384", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2452 rc = do_shash("sha512", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2456 rc = do_shash("sha3-224", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2460 rc = do_shash("sha3-256", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2464 rc = do_shash("sha3-384", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2468 rc = do_shash("sha3-512", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2483 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2485 memcpy(ctx->authkey, key, keylen); in ahash_hmac_setkey()
2495 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2884 memset(ctx->authkey, 0, sizeof(ctx->authkey)); in aead_authenc_setkey()
2885 memcpy(ctx->authkey, key, ctx->authkeylen); in aead_authenc_setkey()
2950 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_authenc_setkey()
3024 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_gcm_ccm_setkey()