Home
last modified time | relevance | path

Searched refs:crypto_free_sync_skcipher (Results 1 – 13 of 13) sorted by relevance

/linux/net/sunrpc/auth_gss/
A Dgss_krb5_mech.c275 crypto_free_sync_skcipher(tfm); in gss_krb5_alloc_cipher_v2()
387 crypto_free_sync_skcipher(ctx->acceptor_enc_aux); in gss_krb5_import_ctx_v2()
388 crypto_free_sync_skcipher(ctx->acceptor_enc); in gss_krb5_import_ctx_v2()
389 crypto_free_sync_skcipher(ctx->initiator_enc_aux); in gss_krb5_import_ctx_v2()
390 crypto_free_sync_skcipher(ctx->initiator_enc); in gss_krb5_import_ctx_v2()
498 crypto_free_sync_skcipher(kctx->seq); in gss_krb5_delete_sec_context()
499 crypto_free_sync_skcipher(kctx->enc); in gss_krb5_delete_sec_context()
500 crypto_free_sync_skcipher(kctx->acceptor_enc); in gss_krb5_delete_sec_context()
501 crypto_free_sync_skcipher(kctx->initiator_enc); in gss_krb5_delete_sec_context()
502 crypto_free_sync_skcipher(kctx->acceptor_enc_aux); in gss_krb5_delete_sec_context()
[all …]
A Dgss_krb5_test.c581 crypto_free_sync_skcipher(cts_tfm); in rfc3962_encrypt_case()
582 crypto_free_sync_skcipher(cbc_tfm); in rfc3962_encrypt_case()
1208 crypto_free_sync_skcipher(cts_tfm); in rfc6803_encrypt_case()
1209 crypto_free_sync_skcipher(cbc_tfm); in rfc6803_encrypt_case()
1701 crypto_free_sync_skcipher(cts_tfm); in rfc8009_encrypt_case()
1702 crypto_free_sync_skcipher(cbc_tfm); in rfc8009_encrypt_case()
1834 crypto_free_sync_skcipher(cts_tfm); in encrypt_selftest_case()
1835 crypto_free_sync_skcipher(cbc_tfm); in encrypt_selftest_case()
A Dgss_krb5_keys.c220 crypto_free_sync_skcipher(cipher); in krb5_DK()
/linux/crypto/
A Dcrypto_null.c181 crypto_free_sync_skcipher(crypto_default_null_skcipher); in crypto_put_default_null_skcipher()
/linux/fs/bcachefs/
A Dchecksum.c187 crypto_free_sync_skcipher(chacha20); in bch2_chacha_encrypt_key()
681 crypto_free_sync_skcipher(chacha20); in bch2_alloc_ciphers()
784 crypto_free_sync_skcipher(c->chacha20); in bch2_fs_encryption_exit()
/linux/net/rxrpc/
A Drxkad.c139 crypto_free_sync_skcipher(ci); in rxkad_init_connection_security()
1208 crypto_free_sync_skcipher(conn->rxkad.cipher); in rxkad_clear()
1234 crypto_free_sync_skcipher(tfm); in rxkad_init()
1243 crypto_free_sync_skcipher(rxkad_ci); in rxkad_exit()
/linux/net/ceph/
A Dcrypto.c141 crypto_free_sync_skcipher(key->tfm); in ceph_crypto_key_destroy()
/linux/include/crypto/
A Dskcipher.h325 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher() function
/linux/net/mac802154/
A Dllsec.c152 crypto_free_sync_skcipher(key->tfm0); in llsec_key_alloc()
172 crypto_free_sync_skcipher(key->tfm0); in llsec_key_release()
/linux/drivers/crypto/amcc/
A Dcrypto4xx_core.c973 crypto_free_sync_skcipher(ctx->sw_cipher.cipher); in crypto4xx_sk_exit()
/linux/drivers/crypto/intel/keembay/
A Dkeembay-ocs-aes-core.c1190 crypto_free_sync_skcipher(tctx->sw_cipher.sk); in ocs_exit_tfm()
/linux/drivers/crypto/axis/
A Dartpec6_crypto.c1595 crypto_free_sync_skcipher(ctx->fallback); in artpec6_crypto_aes_ctr_exit()
/linux/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c747 crypto_free_sync_skcipher(ctx->c_ctx.fbtfm); in sec_skcipher_uninit()

Completed in 294 milliseconds