Searched refs:mbedtls_pk_parse_subpubkey (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | pk.h | 749 int mbedtls_pk_parse_subpubkey( unsigned char **p, const unsigned char *end,
|
H A D | compat-1.3.h | 2179 #define pk_parse_subpubkey mbedtls_pk_parse_subpubkey
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | pkparse.c | 640 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 D | x509_csr.c | 223 if( ( ret = mbedtls_pk_parse_subpubkey( &p, end, &csr->pk ) ) != 0 ) in mbedtls_x509_csr_parse_der()
|
H A D | x509_crt.c | 1020 if( ( ret = mbedtls_pk_parse_subpubkey( &p, end, &crt->pk ) ) != 0 ) in x509_crt_parse_der_core()
|