Home
last modified time | relevance | path

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

/mbedtls/library/
A Dx509_crt.c1133 crt->tbs.p = p; in x509_crt_parse_der_core()
1142 crt->tbs.len = (size_t) (end - crt->tbs.p); in x509_crt_parse_der_core()
2056 crl_list->tbs.p, in x509_crt_verifycrl()
2057 crl_list->tbs.len, in x509_crt_verifycrl()
2069 crl_list->tbs.p, in x509_crt_verifycrl()
2070 crl_list->tbs.len, in x509_crt_verifycrl()
2134 if (mbedtls_md(md_info, child->tbs.p, child->tbs.len, hash) != 0) { in x509_crt_check_signature()
2142 child->tbs.p, in x509_crt_check_signature()
2143 child->tbs.len, in x509_crt_check_signature()
A 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/include/mbedtls/
A Dx509_crl.h66 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
A Dx509_crt.h45 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member

Completed in 24 milliseconds