Searched refs:crypto_alloc_sync_skcipher (Results 1 – 9 of 9) 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/crypto/ |
H A D | crypto_null.c | 161 tfm = crypto_alloc_sync_skcipher("ecb(cipher_null)", 0, 0); in crypto_get_default_null_skcipher()
|
H A D | skcipher.c | 677 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher() function 699 EXPORT_SYMBOL_GPL(crypto_alloc_sync_skcipher);
|
/linux/net/ceph/ |
H A D | crypto.c | 51 key->tfm = crypto_alloc_sync_skcipher("cbc(aes)", 0, 0); in set_secret()
|
/linux/fs/bcachefs/ |
H A D | checksum.c | 170 crypto_alloc_sync_skcipher("chacha20", 0, 0); in bch2_chacha_encrypt_key() 676 struct crypto_sync_skcipher *chacha20 = crypto_alloc_sync_skcipher("chacha20", 0, 0); in bch2_alloc_ciphers()
|
/linux/net/rxrpc/ |
H A D | rxkad.c | 110 ci = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0); in rxkad_init_connection_security() 1235 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()
|