Searched refs:mbedtls_x509_get_sig_alg (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | x509.h | 341 int mbedtls_x509_get_sig_alg( const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params,
|
D | compat-1.3.h | 2474 #define x509_get_sig_alg mbedtls_x509_get_sig_alg
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | x509_csr.c | 230 if( ( ret = mbedtls_x509_get_sig_alg( &csr->sig_oid, &sig_params, in mbedtls_x509_csr_parse_der()
|
D | x509_crl.c | 407 if( ( ret = mbedtls_x509_get_sig_alg( &crl->sig_oid, &sig_params1, in mbedtls_x509_crl_parse_der()
|
D | x509.c | 656 int mbedtls_x509_get_sig_alg( const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params, in mbedtls_x509_get_sig_alg() function
|
D | x509_crt.c | 1166 if( ( ret = mbedtls_x509_get_sig_alg( &crt->sig_oid, &sig_params1, in x509_crt_parse_der_core()
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 2120 x509_get_sig_alg mbedtls_x509_get_sig_alg
|