• Home
  • Raw
  • Download

Lines Matching refs:authkey

708 	hash_parms.key_buf = (u8 *)ctx->authkey;  in handle_ahash_req()
1314 hash_parms.key_buf = (u8 *)ctx->authkey; in handle_aead_req()
1937 NULL, 0, NULL, 0, ctx->authkey, in ahash_enqueue()
2053 ret = crypto_shash_setkey(hash, ctx->authkey, in ahash_init()
2282 memcpy(ctx->authkey, key, keylen); in ahash_setkey()
2335 rc = do_shash("md5", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2339 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2343 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2347 rc = do_shash("sha256", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2351 rc = do_shash("sha384", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2355 rc = do_shash("sha512", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2359 rc = do_shash("sha3-224", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2363 rc = do_shash("sha3-256", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2367 rc = do_shash("sha3-384", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2371 rc = do_shash("sha3-512", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2386 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2388 memcpy(ctx->authkey, key, keylen); in ahash_hmac_setkey()
2398 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2784 memset(ctx->authkey, 0, sizeof(ctx->authkey)); in aead_authenc_setkey()
2785 memcpy(ctx->authkey, keys.authkey, keys.authkeylen); in aead_authenc_setkey()
2823 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_authenc_setkey()
2890 flow_dump(" auth: ", ctx->authkey, ctx->authkeylen); in aead_gcm_ccm_setkey()