Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dx509_crl.h72 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
Dx509_crt.h55 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dx509_crt.c721 crt->tbs.p = p; in x509_crt_parse_der_core()
731 crt->tbs.len = end - crt->tbs.p; in x509_crt_parse_der_core()
1681 mbedtls_md( md_info, crl_list->tbs.p, crl_list->tbs.len, hash ); in x509_crt_verifycrl()
1934 mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ); in x509_crt_verify_top()
2075 mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ); in x509_crt_verify_child()
Dx509_crl.c330 crl->tbs.p = p; in mbedtls_x509_crl_parse_der()
340 crl->tbs.len = end - crl->tbs.p; in mbedtls_x509_crl_parse_der()