Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Ddsa.c95 TEE_Result crypto_acipher_dsa_sign(uint32_t algo, struct dsa_keypair *key, in crypto_acipher_dsa_sign() function
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Ddsa.c121 TEE_Result crypto_acipher_dsa_sign(uint32_t algo, struct dsa_keypair *key, in crypto_acipher_dsa_sign() function
/optee_os/core/include/crypto/
H A Dcrypto.h283 TEE_Result crypto_acipher_dsa_sign(uint32_t algo, struct dsa_keypair *key,
/optee_os/core/crypto/
H A Dcrypto.c665 TEE_Result crypto_acipher_dsa_sign(uint32_t algo __unused, in crypto_acipher_dsa_sign() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c4603 res = crypto_acipher_dsa_sign(cs->algo, o->attr, src_data, in syscall_asymm_operate()