Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dpk.h823 int mbedtls_pk_parse_subpubkey( unsigned char **p, const unsigned char *end,
Dcompat-1.3.h2152 #define pk_parse_subpubkey mbedtls_pk_parse_subpubkey
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dx509_csr.c193 if( ( ret = mbedtls_pk_parse_subpubkey( &p, end, &csr->pk ) ) != 0 ) in mbedtls_x509_csr_parse_der()
Dpkparse.c610 int mbedtls_pk_parse_subpubkey( unsigned char **p, const unsigned char *end, in mbedtls_pk_parse_subpubkey() function
1495 ret = mbedtls_pk_parse_subpubkey( &p, p + pem.buflen, ctx ); in mbedtls_pk_parse_public_key()
1528 ret = mbedtls_pk_parse_subpubkey( &p, p + keylen, ctx ); in mbedtls_pk_parse_public_key()
Dx509_crt.c1236 if( ( ret = mbedtls_pk_parse_subpubkey( &p, end, &crt->pk ) ) != 0 ) in x509_crt_parse_der_core()
Dssl_tls.c2698 ret = mbedtls_pk_parse_subpubkey( &start, end, in ssl_remember_peer_pubkey()
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pk.function538 mbedtls_pk_parse_subpubkey( NULL, buf, &pk ) );
540 mbedtls_pk_parse_subpubkey( &null_buf, buf, &pk ) );
542 mbedtls_pk_parse_subpubkey( &p, NULL, &pk ) );
544 mbedtls_pk_parse_subpubkey( &p, buf, NULL ) );
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1762 pk_parse_subpubkey mbedtls_pk_parse_subpubkey
/openthread-2.7.6/third_party/mbedtls/repo/
DChangeLog94 * Fix an invalid (but nonzero) return code from mbedtls_pk_parse_subpubkey()