Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509_crl.h73 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
A Dx509_crt.h56 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
/AliOS-Things-master/components/mbedtls/library/
A Dx509_crl.c379 crl->tbs.p = p; in mbedtls_x509_crl_parse_der()
389 crl->tbs.len = end - crl->tbs.p; in mbedtls_x509_crl_parse_der()
A Dx509_crt.c898 crt->tbs.p = p; in x509_crt_parse_der_core()
908 crt->tbs.len = end - crt->tbs.p; in x509_crt_parse_der_core()
1992 if( mbedtls_md( md_info, crl_list->tbs.p, crl_list->tbs.len, hash ) != 0 ) in x509_crt_verifycrl()
2046 if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 ) in x509_crt_check_signature()

Completed in 15 milliseconds