Home
last modified time | relevance | path

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

/linux/include/crypto/
A Dskcipher.h367 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey() function
/linux/net/sunrpc/auth_gss/
A Dgss_krb5_mech.c185 if (crypto_sync_skcipher_setkey(*res, key.data, key.len)) { in get_key()
292 if (crypto_sync_skcipher_setkey(cp, key, ctx->gk5e->keylength)) { in context_v2_alloc_cipher()
A Dgss_krb5_keys.c163 if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_derive_key()
/linux/net/ceph/
A Dcrypto.c59 ret = crypto_sync_skcipher_setkey(key->tfm, key->key, key->len); in set_secret()
/linux/net/rxrpc/
A Drxkad.c117 if (crypto_sync_skcipher_setkey(ci, token->kad->session_key, in rxkad_init_connection_security()
1136 if (crypto_sync_skcipher_setkey(rxkad_ci, session_key->x, in rxkad_decrypt_response()
/linux/drivers/crypto/amcc/
A Dcrypto4xx_alg.c296 return crypto_sync_skcipher_setkey(ctx->sw_cipher.cipher, key, keylen); in crypto4xx_sk_setup_fallback()
/linux/net/mac802154/
A Dllsec.c145 if (crypto_sync_skcipher_setkey(key->tfm0, template->key, in llsec_key_alloc()
/linux/crypto/
A Dcryptd.c237 return crypto_sync_skcipher_setkey(child, key, keylen); in cryptd_skcipher_setkey()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-aes-core.c203 return crypto_sync_skcipher_setkey(tctx->sw_cipher.sk, in_key, key_len); in kmb_ocs_sk_set_key()
/linux/drivers/crypto/axis/
A Dartpec6_crypto.c1199 ret = crypto_sync_skcipher_setkey(ctx->fallback, ctx->aes_key, in artpec6_crypto_ctr_crypt()
/linux/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c812 ret = crypto_sync_skcipher_setkey(c_ctx->fbtfm, key, keylen); in sec_skcipher_setkey()
/linux/drivers/net/wireless/cisco/
A Dairo.c1648 crypto_sync_skcipher_setkey(tfm, pkey, 16); in emmh32_setseed()

Completed in 42 milliseconds