Home
last modified time | relevance | path

Searched refs:rsa_import_pkcs1 (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_import.c24 int rsa_import_pkcs1(const unsigned char *in, unsigned long inlen, rsa_key *key) in rsa_import_pkcs1() function
128 if ((err = rsa_import_pkcs1(in, inlen, key)) == CRYPT_OK) { in rsa_import()
H A Drsa_import_pkcs8.c98 if ((err = rsa_import_pkcs1(buf1, top_seq[2].size, key)) != CRYPT_OK) { in rsa_import_pkcs8()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h296 int rsa_import_pkcs1(const unsigned char *in, unsigned long inlen, rsa_key *key);