Searched refs:ecc_get_oid_str (Results 1 – 4 of 4) sorted by relevance
15 int ecc_get_oid_str(char *out, unsigned long *outlen, const ecc_key *key) in ecc_get_oid_str() function
31 if ((err = ecc_get_oid_str(oidstr, &oidlen, key)) != CRYPT_OK) goto error; in ecc_ssh_ecdsa_encode_name()
267 int ecc_get_oid_str(char *out, unsigned long *outlen, const ecc_key *key);
325 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ecc_get_oid_str.c