Lines Matching refs:cb
865 mbedtls_x509_crt_ext_cb_t cb, in x509_get_crt_ext() argument
936 if (cb != NULL) { in x509_get_crt_ext()
937 ret = cb(p_ctx, crt, &extn_oid, is_critical, *p, end_ext_octet); in x509_get_crt_ext()
1027 if (ret == MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE && cb != NULL && in x509_get_crt_ext()
1028 cb(p_ctx, crt, &extn_oid, is_critical, in x509_get_crt_ext()
1077 mbedtls_x509_crt_ext_cb_t cb, in x509_crt_parse_der_core() argument
1258 ret = x509_get_crt_ext(&p, end, crt, cb, p_ctx); in x509_crt_parse_der_core()
1317 mbedtls_x509_crt_ext_cb_t cb, in mbedtls_x509_crt_parse_der_internal() argument
1350 ret = x509_crt_parse_der_core(crt, buf, buflen, make_copy, cb, p_ctx); in mbedtls_x509_crt_parse_der_internal()
1377 mbedtls_x509_crt_ext_cb_t cb, in mbedtls_x509_crt_parse_der_with_ext_cb() argument
1380 return mbedtls_x509_crt_parse_der_internal(chain, buf, buflen, make_copy, cb, p_ctx); in mbedtls_x509_crt_parse_der_with_ext_cb()