Searched refs:crypto_alloc_sync_skcipher (Results 1 – 17 of 17) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_test.c | 541 cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0); in rfc3962_encrypt_case() 546 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc3962_encrypt_case() 1147 cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0); in rfc6803_encrypt_case() 1152 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc6803_encrypt_case() 1641 cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0); in rfc8009_encrypt_case() 1646 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc8009_encrypt_case() 1798 cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0); in encrypt_selftest_case() 1803 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in encrypt_selftest_case()
|
| H A D | gss_krb5_keys.c | 166 cipher = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in krb5_DK()
|
| H A D | gss_krb5_mech.c | 271 tfm = crypto_alloc_sync_skcipher(cname, 0, 0); in gss_krb5_alloc_cipher_v2()
|
| /linux/fs/crypto/ |
| H A D | keysetup_v1.c | 54 tfm = crypto_alloc_sync_skcipher("ecb(aes)", 0, FSCRYPT_CRYPTOAPI_MASK); in derive_key_aes()
|
| H A D | keysetup.c | 107 tfm = crypto_alloc_sync_skcipher(mode->cipher_str, 0, in fscrypt_allocate_skcipher()
|
| /linux/crypto/krb5/ |
| H A D | rfc3961_simplified.c | 284 cipher = crypto_alloc_sync_skcipher(krb5->derivation_enc, 0, 0); in rfc3961_calc_DK() 356 cipher = crypto_alloc_sync_skcipher(krb5->derivation_enc, 0, 0); in rfc3961_calc_E()
|
| /linux/crypto/ |
| H A D | skcipher.c | 643 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher() function 666 EXPORT_SYMBOL_GPL(crypto_alloc_sync_skcipher);
|
| /linux/include/crypto/ |
| H A D | skcipher.h | 282 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
|
| /linux/net/ceph/ |
| H A D | crypto.c | 26 key->aes_tfm = crypto_alloc_sync_skcipher("cbc(aes)", 0, 0); in set_aes_tfm()
|
| /linux/drivers/crypto/ti/ |
| H A D | dthev2-aes.c | 111 ctx->skcipher_fb = crypto_alloc_sync_skcipher("xts(aes)", 0, in dthe_cipher_xts_init_tfm()
|
| /linux/block/ |
| H A D | blk-crypto-fallback.c | 646 slotp->tfms[mode_num] = crypto_alloc_sync_skcipher(cipher_str, in blk_crypto_fallback_start_using_mode()
|
| /linux/net/rxrpc/ |
| H A D | rxkad.c | 110 ci = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0); in rxkad_init_connection_security() 1309 tfm = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0); in rxkad_init()
|
| /linux/net/mac802154/ |
| H A D | llsec.c | 141 key->tfm0 = crypto_alloc_sync_skcipher("ctr(aes)", 0, 0); in llsec_key_alloc()
|
| /linux/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.c | 914 crypto_alloc_sync_skcipher(alg->base.cra_name, 0, in crypto4xx_sk_init()
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-aes-core.c | 1155 blk = crypto_alloc_sync_skcipher(alg_name, 0, CRYPTO_ALG_NEED_FALLBACK); in ocs_aes_init_tfm()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 1550 crypto_alloc_sync_skcipher(crypto_tfm_alg_name(&tfm->base), in artpec6_crypto_aes_ctr_init()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 771 c_ctx->fbtfm = crypto_alloc_sync_skcipher(alg, 0, in sec_skcipher_fbtfm_init()
|