Searched refs:cb (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/library/ |
D | x509_csr.c | 66 mbedtls_x509_csr_ext_cb_t cb, in x509_csr_parse_extensions() argument 122 if (cb != NULL) { in x509_csr_parse_extensions() 123 ret = cb(p_ctx, csr, &extn_oid, is_critical, *p, end_ext_octet); in x509_csr_parse_extensions() 201 mbedtls_x509_csr_ext_cb_t cb, in x509_csr_parse_attributes() argument 241 if ((ret = x509_csr_parse_extensions(csr, p, *p + len, cb, p_ctx)) != 0) { in x509_csr_parse_attributes() 267 mbedtls_x509_csr_ext_cb_t cb, in mbedtls_x509_csr_parse_der_internal() argument 392 if ((ret = x509_csr_parse_attributes(csr, p, p + len, cb, p_ctx)) != 0) { in mbedtls_x509_csr_parse_der_internal() 445 mbedtls_x509_csr_ext_cb_t cb, in mbedtls_x509_csr_parse_der_with_ext_cb() argument 448 return mbedtls_x509_csr_parse_der_internal(csr, buf, buflen, cb, p_ctx); in mbedtls_x509_csr_parse_der_with_ext_cb()
|
D | asn1parse.c | 225 int (*cb)(void *ctx, int tag, in mbedtls_asn1_traverse_sequence_of() 254 if (cb != NULL) { in mbedtls_asn1_traverse_sequence_of() 255 ret = cb(ctx, tag, *p, len); in mbedtls_asn1_traverse_sequence_of()
|
D | x509_crt.c | 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 [all …]
|
/mbedtls-latest/include/mbedtls/ |
D | x509_csr.h | 153 mbedtls_x509_csr_ext_cb_t cb,
|
D | asn1.h | 518 int (*cb)(void *ctx, int tag,
|
D | x509_crt.h | 457 mbedtls_x509_crt_ext_cb_t cb,
|
/mbedtls-latest/tests/suites/ |
D | test_suite_shax.data | 194 mbedtls_sha3:MBEDTLS_SHA3_224:"69cb":"94bd25c4cf6ca889126df37ddd9c36e6a9b28a4fe15cc3da6debcdd7"
|
D | test_suite_ssl.data | 2886 # 82 28 ba 55 cb ef ac ea 42 f9 14 aa 66 bc ab 3f 2906 # e3 0e fa f9 7d 90 e6 df fc 60 2d cb 50 1a 59 a8
|