Home
last modified time | relevance | path

Searched refs:mbedtls_pk_parse_subpubkey (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dpk.h852 int mbedtls_pk_parse_subpubkey( unsigned char **p, const unsigned char *end,
/third_party/mbedtls/library/
Dpkparse.c611 int mbedtls_pk_parse_subpubkey( unsigned char **p, const unsigned char *end, in mbedtls_pk_parse_subpubkey() function
1490 ret = mbedtls_pk_parse_subpubkey( &p, p + pem.buflen, ctx ); in mbedtls_pk_parse_public_key()
1524 ret = mbedtls_pk_parse_subpubkey( &p, p + keylen, ctx ); in mbedtls_pk_parse_public_key()
Dx509_csr.c193 if( ( ret = mbedtls_pk_parse_subpubkey( &p, end, &csr->pk ) ) != 0 ) in mbedtls_x509_csr_parse_der()
Dx509_crt.c1250 if( ( ret = mbedtls_pk_parse_subpubkey( &p, end, &crt->pk ) ) != 0 ) in x509_crt_parse_der_core()
Dssl_tls.c2265 ret = mbedtls_pk_parse_subpubkey( &start, end, in ssl_remember_peer_pubkey()
/third_party/mbedtls/
DChangeLog849 * Fix an invalid (but nonzero) return code from mbedtls_pk_parse_subpubkey()