Searched refs:tbs (Results 1 – 12 of 12) 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
374 crl->tbs.p = p; in mbedtls_x509_crl_parse_der()384 crl->tbs.len = end - crl->tbs.p; in mbedtls_x509_crl_parse_der()
1134 crt->tbs.p = p; in x509_crt_parse_der_core()1144 crt->tbs.len = end - crt->tbs.p; in x509_crt_parse_der_core()2382 if( mbedtls_md( md_info, crl_list->tbs.p, crl_list->tbs.len, hash ) != 0 ) in x509_crt_verifycrl()2440 if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 ) in x509_crt_check_signature()2449 if( psa_hash_update( &hash_operation, child->tbs.p, child->tbs.len ) in x509_crt_check_signature()
Completed in 21 milliseconds