Home
last modified time | relevance | path

Searched refs:sw_crypto_acipher_free_rsa_public_key (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/versal/
H A Drsa.c318 sw_crypto_acipher_free_rsa_public_key(s); in do_free_publickey()
/optee_os/core/include/crypto/
H A Dcrypto_impl.h517 void sw_crypto_acipher_free_rsa_public_key(struct rsa_public_key *s);
/optee_os/core/lib/libtomcrypt/
H A Drsa.c150 void sw_crypto_acipher_free_rsa_public_key(struct rsa_public_key *s) in sw_crypto_acipher_free_rsa_public_key() function
/optee_os/lib/libmbedtls/core/
H A Drsa.c254 void sw_crypto_acipher_free_rsa_public_key(struct rsa_public_key *s) in sw_crypto_acipher_free_rsa_public_key() function
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_rsa.c999 .free_publickey = sw_crypto_acipher_free_rsa_public_key,