Searched refs:ecc_set_key (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_x509.c | 34 err = ecc_set_key(bin_xy, len_xy, PK_PUBLIC, key); in _ecc_import_x509_with_oid() 86 err = ecc_set_key(bin_xy, len_xy, PK_PUBLIC, key); in _ecc_import_x509_with_curve()
|
A D | ecc_import_openssl.c | 43 err = ecc_set_key(bin_k, seq_priv[1].size, PK_PRIVATE, key); in _ecc_import_private_with_oid() 102 err = ecc_set_key(bin_k, len_k, PK_PRIVATE, key); in _ecc_import_private_with_curve()
|
A D | ecc_ansi_x963_import.c | 53 if ((err = ecc_set_key((unsigned char *)in, inlen, PK_PUBLIC, key)) != CRYPT_OK) { return err; } in ecc_ansi_x963_import_ex()
|
A D | ecc_set_key.c | 15 int ecc_set_key(const unsigned char *in, unsigned long inlen, int type, ecc_key *key) in ecc_set_key() function
|
A D | ecc_decrypt_key.c | 90 …if ((err = ecc_set_key(decode[1].data, decode[1].size, PK_PUBLIC, &pubkey)) != CRYPT_OK) { goto LB… in ecc_decrypt_key()
|
A D | ecc_import_pkcs8.c | 173 if ((err = ecc_set_key(lk->data, lk->size, PK_PRIVATE, key)) != CRYPT_OK) { in ecc_import_pkcs8()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 270 int ecc_set_key(const unsigned char *in, unsigned long inlen, int type, ecc_key *key);
|
Completed in 9 milliseconds