Home
last modified time | relevance | path

Searched refs:crypto_free_sig (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/Documentation/crypto/
H A Dapi-sig.rst14 …:functions: crypto_alloc_sig crypto_free_sig crypto_sig_set_pubkey crypto_sig_set_privkey crypto_s…
/linux-6.15/crypto/asymmetric_keys/
H A Dpublic_key.c249 crypto_free_sig(sig); in software_key_query()
350 crypto_free_sig(sig); in software_key_eds_op()
428 crypto_free_sig(tfm); in public_key_verify_signature()
/linux-6.15/include/crypto/
H A Dsig.h123 static inline void crypto_free_sig(struct crypto_sig *tfm) in crypto_free_sig() function
/linux-6.15/crypto/
H A Decdsa-p1363.c86 crypto_free_sig(ctx->child); in ecdsa_p1363_exit_tfm()
H A Decdsa-x962.c164 crypto_free_sig(ctx->child); in ecdsa_x962_exit_tfm()
H A Dtestmgr.c4238 crypto_free_sig(tfm); in alg_test_sig()