Home
last modified time | relevance | path

Searched refs:rsa_init (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_import_x509.c37 if ((err = rsa_init(key)) != CRYPT_OK) { in rsa_import_x509()
H A Drsa_key.c87 int rsa_init(rsa_key *key) in rsa_init() function
H A Drsa_import_pkcs8.c75 if ((err = rsa_init(key)) != CRYPT_OK) { goto LBL_FREE2; } in rsa_import_pkcs8()
H A Drsa_set.c32 if ((err = rsa_init(key)) != CRYPT_OK) return err; in rsa_set_key()
H A Drsa_import.c96 if ((err = rsa_init(key)) != CRYPT_OK) { in rsa_import()
H A Drsa_make_key.c51 if ((err = rsa_init(key)) != CRYPT_OK) { in s_rsa_make_key()
/optee_os/core/drivers/crypto/versal/
H A Drsa.c338 static TEE_Result rsa_init(void) in rsa_init() function
348 driver_init(rsa_init);
/optee_os/core/drivers/crypto/se050/core/
H A Drsa.c932 static TEE_Result rsa_init(void) in rsa_init() function
937 driver_init_late(rsa_init);
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h292 int rsa_init(rsa_key *key);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog6118 does not zeroize memory in advance anymore. Use rsa_init()
6203 rsa_init() and rsa_gen_key().