Home
last modified time | relevance | path

Searched defs:sig_oid (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dx509_csr.h62 mbedtls_x509_buf sig_oid; member
Dx509_crl.h83 mbedtls_x509_buf sig_oid; /**< CRL signature type identifier */ member
Dx509_crt.h62 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */ member
/third_party/mbedtls/library/
Dx509.c656 int mbedtls_x509_get_sig_alg( const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params, in mbedtls_x509_get_sig_alg()
838 int mbedtls_x509_sig_alg_gets( char *buf, size_t size, const mbedtls_x509_buf *sig_oid, in mbedtls_x509_sig_alg_gets()
Dx509write_csr.c144 const char *sig_oid; in x509write_csr_der_internal() local
Dx509write_crt.c330 const char *sig_oid; in mbedtls_x509write_crt_der() local
/third_party/openssl/test/
Dalgorithmid_test.c113 const ASN1_OBJECT *sig_oid = NULL; in test_x509_sig_aid() local