Searched refs:tbs (Results 1 – 4 of 4) sorted by relevance
71 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
57 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
376 crl->tbs.p = p; in mbedtls_x509_crl_parse_der()386 crl->tbs.len = end - crl->tbs.p; in mbedtls_x509_crl_parse_der()
1132 crt->tbs.p = p; in x509_crt_parse_der_core()1142 crt->tbs.len = end - crt->tbs.p; in x509_crt_parse_der_core()2380 if( mbedtls_md( md_info, crl_list->tbs.p, crl_list->tbs.len, hash ) != 0 ) in x509_crt_verifycrl()2438 if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 ) in x509_crt_check_signature()2447 if( psa_hash_update( &hash_operation, child->tbs.p, child->tbs.len ) in x509_crt_check_signature()
Completed in 11 milliseconds