Searched refs:crypto_acipher_dsa_sign (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | dsa.c | 95 TEE_Result crypto_acipher_dsa_sign(uint32_t algo, struct dsa_keypair *key, in crypto_acipher_dsa_sign() function
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/ |
A D | dsa.c | 121 TEE_Result crypto_acipher_dsa_sign(uint32_t algo, struct dsa_keypair *key, in crypto_acipher_dsa_sign() function
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 269 TEE_Result crypto_acipher_dsa_sign(uint32_t algo, struct dsa_keypair *key,
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 634 TEE_Result crypto_acipher_dsa_sign(uint32_t algo __unused, in crypto_acipher_dsa_sign() function
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 4170 res = crypto_acipher_dsa_sign(cs->algo, o->attr, src_data, in syscall_asymm_operate()
|
Completed in 13 milliseconds