Home
last modified time | relevance | path

Searched refs:crypto_sync_skcipher_setkey (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/block/
Dcryptoloop.c75 err = crypto_sync_skcipher_setkey(tfm, info->lo_encrypt_key, in cryptoloop_init()
/Linux-v5.10/include/crypto/
Dskcipher.h365 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey() function
/Linux-v5.10/net/sunrpc/auth_gss/
Dgss_krb5_keys.c163 if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_derive_key()
Dgss_krb5_mech.c212 if (crypto_sync_skcipher_setkey(*res, key.data, key.len)) { in get_key()
319 if (crypto_sync_skcipher_setkey(cp, key, ctx->gk5e->keylength)) { in context_v2_alloc_cipher()
/Linux-v5.10/net/ceph/
Dcrypto.c59 ret = crypto_sync_skcipher_setkey(key->tfm, key->key, key->len); in set_secret()
/Linux-v5.10/net/rxrpc/
Drxkad.c70 if (crypto_sync_skcipher_setkey(ci, token->kad->session_key, in rxkad_init_connection_security()
1064 if (crypto_sync_skcipher_setkey(rxkad_ci, session_key->x, in rxkad_decrypt_response()
/Linux-v5.10/drivers/crypto/amcc/
Dcrypto4xx_alg.c296 return crypto_sync_skcipher_setkey(ctx->sw_cipher.cipher, key, keylen); in crypto4xx_sk_setup_fallback()
/Linux-v5.10/net/mac802154/
Dllsec.c145 if (crypto_sync_skcipher_setkey(key->tfm0, template->key, in llsec_key_alloc()
/Linux-v5.10/crypto/
Dcryptd.c237 return crypto_sync_skcipher_setkey(child, key, keylen); in cryptd_skcipher_setkey()
/Linux-v5.10/drivers/crypto/axis/
Dartpec6_crypto.c1198 ret = crypto_sync_skcipher_setkey(ctx->fallback, ctx->aes_key, in artpec6_crypto_ctr_crypt()
/Linux-v5.10/drivers/crypto/
Dsa2ul.c882 ret = crypto_sync_skcipher_setkey(ctx->fallback.skcipher, key, keylen); in sa_cipher_setkey()
/Linux-v5.10/drivers/net/wireless/cisco/
Dairo.c1648 crypto_sync_skcipher_setkey(tfm, pkey, 16); in emmh32_setseed()