Home
last modified time | relevance | path

Searched refs:tbs (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/library/
Dx509_crt.c1135 crt->tbs.p = p; in x509_crt_parse_der_core()
1144 crt->tbs.len = (size_t) (end - crt->tbs.p); in x509_crt_parse_der_core()
2058 crl_list->tbs.p, in x509_crt_verifycrl()
2059 crl_list->tbs.len, in x509_crt_verifycrl()
2071 crl_list->tbs.p, in x509_crt_verifycrl()
2072 crl_list->tbs.len, in x509_crt_verifycrl()
2136 if (mbedtls_md(md_info, child->tbs.p, child->tbs.len, hash) != 0) { in x509_crt_check_signature()
2144 child->tbs.p, in x509_crt_check_signature()
2145 child->tbs.len, in x509_crt_check_signature()
Dx509_crl.c362 crl->tbs.p = p; in mbedtls_x509_crl_parse_der()
371 crl->tbs.len = (size_t) (end - crl->tbs.p); in mbedtls_x509_crl_parse_der()
/mbedtls-latest/include/mbedtls/
Dx509_crl.h66 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
Dx509_crt.h45 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member