Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dx509_crl.c306 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in mbedtls_x509_crl_parse_der() local
317 memset( &sig_oid2, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_crl_parse_der()
504 if( ( ret = mbedtls_x509_get_alg( &p, end, &sig_oid2, &sig_params2 ) ) != 0 ) in mbedtls_x509_crl_parse_der()
510 if( crl->sig_oid.len != sig_oid2.len || in mbedtls_x509_crl_parse_der()
511 memcmp( crl->sig_oid.p, sig_oid2.p, crl->sig_oid.len ) != 0 || in mbedtls_x509_crl_parse_der()
A Dx509_crt.c845 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in x509_crt_parse_der_core() local
849 memset( &sig_oid2, 0, sizeof( mbedtls_x509_buf ) ); in x509_crt_parse_der_core()
1060 if( ( ret = mbedtls_x509_get_alg( &p, end, &sig_oid2, &sig_params2 ) ) != 0 ) in x509_crt_parse_der_core()
1066 if( crt->sig_oid.len != sig_oid2.len || in x509_crt_parse_der_core()
1067 memcmp( crt->sig_oid.p, sig_oid2.p, crt->sig_oid.len ) != 0 || in x509_crt_parse_der_core()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509_crl.h89 mbedtls_x509_buf sig_oid2; member
/AliOS-Things-master/components/mbedtls/
A DChangeLog1551 * Removed sig_oid2 and rename sig_oid1 to sig_oid in x509_crt and x509_crl.

Completed in 12 milliseconds