Home
last modified time | relevance | path

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

/system/core/adb/tls/
Dadb_ca_list.cpp42 int X509_NAME_add_entry_by_NID_const(X509_NAME* name, int nid, int type, const unsigned char* bytes, in X509_NAME_add_entry_by_NID_const() function
78 CHECK(X509_NAME_add_entry_by_NID_const(name.get(), kAdbKeyIdentifierNid, MBSTRING_ASC, in CreateCAIssuerFromEncodedKey()
82 CHECK(X509_NAME_add_entry_by_NID_const(name.get(), kAdbKeyValueNid, MBSTRING_ASC, in CreateCAIssuerFromEncodedKey()