OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X509V3_EXT_add_alias
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/x509v3/
v3_lib.c
127
int
X509V3_EXT_add_alias
(int nid_to, int nid_from)
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_lib.c
152
int
X509V3_EXT_add_alias
(int nid_to, int nid_from)
158
OPENSSL_PUT_ERROR(X509V3,
X509V3_EXT_add_alias
, X509V3_R_EXTENSION_NOT_FOUND);
162
OPENSSL_PUT_ERROR(X509V3,
X509V3_EXT_add_alias
, ERR_R_MALLOC_FAILURE);
Completed in 109 milliseconds