Home
last modified time | relevance | path

Searched refs:ecc_get_oid_str (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_get_oid_str.c15 int ecc_get_oid_str(char *out, unsigned long *outlen, const ecc_key *key) in ecc_get_oid_str() function
H A Decc_ssh_ecdsa_encode_name.c31 if ((err = ecc_get_oid_str(oidstr, &oidlen, key)) != CRYPT_OK) goto error; in ecc_ssh_ecdsa_encode_name()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h267 int ecc_get_oid_str(char *out, unsigned long *outlen, const ecc_key *key);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk325 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ecc_get_oid_str.c