Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dx509_crl.h71 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
A Dx509_crt.h57 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dx509_crl.h71 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
A Dx509_crt.h57 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crl.h71 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
A Dx509_crt.h57 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dx509_crl.h71 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
A Dx509_crt.h57 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dx509_crl.h71 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed… member
A Dx509_crt.h57 …mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si… member
/optee_os/lib/libmbedtls/mbedtls/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.c1134 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