D | x509_crt.c | 893 mbedtls_x509_crt_ext_cb_t cb, in x509_get_crt_ext() argument 959 if( cb != NULL ) in x509_get_crt_ext() 961 ret = cb( p_ctx, crt, &extn_oid, is_critical, *p, end_ext_octet ); in x509_get_crt_ext() 1030 if( ret == MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE && cb != NULL && in x509_get_crt_ext() 1031 cb( p_ctx, crt, &extn_oid, is_critical, in x509_get_crt_ext() 1076 mbedtls_x509_crt_ext_cb_t cb, in x509_crt_parse_der_core() argument 1274 ret = x509_get_crt_ext( &p, end, crt, cb, p_ctx ); in x509_crt_parse_der_core() 1339 mbedtls_x509_crt_ext_cb_t cb, in mbedtls_x509_crt_parse_der_internal() argument 1372 ret = x509_crt_parse_der_core( crt, buf, buflen, make_copy, cb, p_ctx ); in mbedtls_x509_crt_parse_der_internal() 1398 mbedtls_x509_crt_ext_cb_t cb, in mbedtls_x509_crt_parse_der_with_ext_cb() argument [all …]
|