Lines Matching refs:authkey
706 hash_parms.key_buf = (u8 *)ctx->authkey; in handle_ahash_req()
1311 hash_parms.key_buf = (u8 *)ctx->authkey; in handle_aead_req()
1934 NULL, 0, NULL, 0, ctx->authkey, in ahash_enqueue()
2050 ret = crypto_shash_setkey(hash, ctx->authkey, in ahash_init()
2279 memcpy(ctx->authkey, key, keylen); in ahash_setkey()
2332 rc = do_shash("md5", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2336 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2340 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2344 rc = do_shash("sha256", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2348 rc = do_shash("sha384", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2352 rc = do_shash("sha512", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2356 rc = do_shash("sha3-224", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2360 rc = do_shash("sha3-256", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2364 rc = do_shash("sha3-384", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2368 rc = do_shash("sha3-512", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2383 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2385 memcpy(ctx->authkey, key, keylen); in ahash_hmac_setkey()
2395 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2745 memset(ctx->authkey, 0, sizeof(ctx->authkey)); in aead_authenc_setkey()
2746 memcpy(ctx->authkey, keys.authkey, keys.authkeylen); in aead_authenc_setkey()
2784 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_authenc_setkey()
2851 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_gcm_ccm_setkey()