Searched refs:pk_get_ecpubkey (Results 1 – 2 of 2) sorted by relevance
96 * not because this is already done by the internal "pk_get_ecpubkey()"
698 static int pk_get_ecpubkey(unsigned char **p, const unsigned char *end, in pk_get_ecpubkey() function935 ret = pk_get_ecpubkey(p, end, pk); in mbedtls_pk_parse_subpubkey()1244 if ((ret = pk_get_ecpubkey(&p, end2, pk)) == 0) { in pk_parse_key_sec1_der()