Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dpk.h749 int mbedtls_pk_parse_subpubkey( unsigned char **p, const unsigned char *end,
H A Dcompat-1.3.h2179 #define pk_parse_subpubkey mbedtls_pk_parse_subpubkey
/reactos/dll/3rdparty/mbedtls/
H A Dpkparse.c640 int mbedtls_pk_parse_subpubkey( unsigned char **p, const unsigned char *end, in mbedtls_pk_parse_subpubkey() function
1525 ret = mbedtls_pk_parse_subpubkey( &p, p + pem.buflen, ctx ); in mbedtls_pk_parse_public_key()
1558 ret = mbedtls_pk_parse_subpubkey( &p, p + keylen, ctx ); in mbedtls_pk_parse_public_key()
H A Dx509_csr.c223 if( ( ret = mbedtls_pk_parse_subpubkey( &p, end, &csr->pk ) ) != 0 ) in mbedtls_x509_csr_parse_der()
H A Dx509_crt.c1020 if( ( ret = mbedtls_pk_parse_subpubkey( &p, end, &crt->pk ) ) != 0 ) in x509_crt_parse_der_core()