Lines Matching refs:cb
863 mbedtls_x509_crt_ext_cb_t cb, in x509_get_crt_ext() argument
934 if (cb != NULL) { in x509_get_crt_ext()
935 ret = cb(p_ctx, crt, &extn_oid, is_critical, *p, end_ext_octet); in x509_get_crt_ext()
1025 if (ret == MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE && cb != NULL && in x509_get_crt_ext()
1026 cb(p_ctx, crt, &extn_oid, is_critical, in x509_get_crt_ext()
1075 mbedtls_x509_crt_ext_cb_t cb, in x509_crt_parse_der_core() argument
1256 ret = x509_get_crt_ext(&p, end, crt, cb, p_ctx); in x509_crt_parse_der_core()
1315 mbedtls_x509_crt_ext_cb_t cb, in mbedtls_x509_crt_parse_der_internal() argument
1348 ret = x509_crt_parse_der_core(crt, buf, buflen, make_copy, cb, p_ctx); in mbedtls_x509_crt_parse_der_internal()
1375 mbedtls_x509_crt_ext_cb_t cb, in mbedtls_x509_crt_parse_der_with_ext_cb() argument
1378 return mbedtls_x509_crt_parse_der_internal(chain, buf, buflen, make_copy, cb, p_ctx); in mbedtls_x509_crt_parse_der_with_ext_cb()