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

/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c275 crypto_free_sync_skcipher(tfm);
387 crypto_free_sync_skcipher(ctx->acceptor_enc_aux);
388 crypto_free_sync_skcipher(ctx->acceptor_enc);
389 crypto_free_sync_skcipher(ctx->initiator_enc_aux);
390 crypto_free_sync_skcipher(ctx->initiator_enc);
498 crypto_free_sync_skcipher(kctx->seq);
499 crypto_free_sync_skcipher(kctx->enc);
500 crypto_free_sync_skcipher(kctx->acceptor_enc);
501 crypto_free_sync_skcipher(kctx->initiator_enc);
502 crypto_free_sync_skcipher(kct
[all...]
H A Dgss_krb5_test.c581 crypto_free_sync_skcipher(cts_tfm);
582 crypto_free_sync_skcipher(cbc_tfm);
1208 crypto_free_sync_skcipher(cts_tfm);
1209 crypto_free_sync_skcipher(cbc_tfm);
1701 crypto_free_sync_skcipher(cts_tfm);
1702 crypto_free_sync_skcipher(cbc_tfm);
1834 crypto_free_sync_skcipher(cts_tfm);
1835 crypto_free_sync_skcipher(cbc_tfm);
H A Dgss_krb5_keys.c220 crypto_free_sync_skcipher(cipher);
/linux-master/crypto/
H A Dcrypto_null.c181 crypto_free_sync_skcipher(crypto_default_null_skcipher);
/linux-master/net/ceph/
H A Dcrypto.c141 crypto_free_sync_skcipher(key->tfm);
/linux-master/include/crypto/
H A Dskcipher.h325 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm)
350 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) function
/linux-master/net/rxrpc/
H A Drxkad.c139 crypto_free_sync_skcipher(ci);
1208 crypto_free_sync_skcipher(conn->rxkad.cipher);
1234 crypto_free_sync_skcipher(tfm);
1243 crypto_free_sync_skcipher(rxkad_ci);
/linux-master/net/mac802154/
H A Dllsec.c152 crypto_free_sync_skcipher(key->tfm0);
172 crypto_free_sync_skcipher(key->tfm0);
/linux-master/fs/bcachefs/
H A Dchecksum.c178 crypto_free_sync_skcipher(chacha20);
773 crypto_free_sync_skcipher(c->chacha20);
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c1190 crypto_free_sync_skcipher(tctx->sw_cipher.sk);
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c973 crypto_free_sync_skcipher(ctx->sw_cipher.cipher);
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c1595 crypto_free_sync_skcipher(ctx->fallback);
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c747 crypto_free_sync_skcipher(ctx->c_ctx.fbtfm);

Completed in 501 milliseconds