Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dx509_crl.h80 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
A Dx509_crt.h58 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
/mbedtls-development/library/
A Dx509_crl.c374 crl->tbs.p = p; in mbedtls_x509_crl_parse_der()
384 crl->tbs.len = end - crl->tbs.p; in mbedtls_x509_crl_parse_der()
A Dx509_crt.c1149 crt->tbs.p = p; in x509_crt_parse_der_core()
1159 crt->tbs.len = end - crt->tbs.p; in x509_crt_parse_der_core()
2374 if( mbedtls_md( md_info, crl_list->tbs.p, crl_list->tbs.len, hash ) != 0 ) in x509_crt_verifycrl()
2432 if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 ) in x509_crt_check_signature()
2441 if( psa_hash_update( &hash_operation, child->tbs.p, child->tbs.len ) in x509_crt_check_signature()

Completed in 10 milliseconds