Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Ddsa.c16 TEE_Result crypto_acipher_alloc_dsa_keypair(struct dsa_keypair *s, in crypto_acipher_alloc_dsa_keypair() function
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Ddsa.c37 TEE_Result crypto_acipher_alloc_dsa_keypair(struct dsa_keypair *key, in crypto_acipher_alloc_dsa_keypair() function
/optee_os/core/include/crypto/
H A Dcrypto.h198 TEE_Result crypto_acipher_alloc_dsa_keypair(struct dsa_keypair *s,
/optee_os/core/crypto/
H A Dcrypto.c646 TEE_Result crypto_acipher_alloc_dsa_keypair(struct dsa_keypair *s __unused, in crypto_acipher_alloc_dsa_keypair() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c1597 res = crypto_acipher_alloc_dsa_keypair(o->attr, max_key_size); in tee_obj_set_type()