Searched refs:ecc_set_key (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_ansi_x963_import.c | 46 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_import_x509.c | 27 err = ecc_set_key(bin_xy, len_xy, PK_PUBLIC, key); in s_ecc_import_x509_with_oid() 79 err = ecc_set_key(bin_xy, len_xy, PK_PUBLIC, key); in s_ecc_import_x509_with_curve()
|
A D | ecc_import_openssl.c | 36 err = ecc_set_key(bin_k, seq_priv[1].size, PK_PRIVATE, key); in s_ecc_import_private_with_oid() 95 err = ecc_set_key(bin_k, len_k, PK_PRIVATE, key); in s_ecc_import_private_with_curve()
|
A D | ecc_set_key.c | 8 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 | 83 …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 | 166 if ((err = ecc_set_key(lk->data, lk->size, PK_PRIVATE, key)) != CRYPT_OK) { in ecc_import_pkcs8()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 263 int ecc_set_key(const unsigned char *in, unsigned long inlen, int type, ecc_key *key);
|
Completed in 7 milliseconds