Searched refs:X509PublicKeyToEcc (Results 1 – 2 of 2) sorted by relevance
357 static int32_t X509PublicKeyToEcc(mbedtls_ecp_keypair *pubKey, struct HksBlob *eccPublicKey) in X509PublicKeyToEcc() function430 ret = X509PublicKeyToEcc(mbedtls_pk_ec(ctx), publicKey); in TranslateFromX509PublicKey()
544 static int32_t X509PublicKeyToEcc(const uint32_t alg, EVP_PKEY *pkey, struct HksBlob *eccPublicKey) in X509PublicKeyToEcc() function751 ret = X509PublicKeyToEcc(alg, pkey, publicKey); in TranslateFromX509PublicKey()