OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJ_ln2nid
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/include/openssl/
obj.h
109
/*
OBJ_ln2nid
returns the nid corresponding to |long_name|, or |NID_undef| if
111
OPENSSL_EXPORT int
OBJ_ln2nid
(const char *long_name);
/external/boringssl/src/crypto/obj/
obj.c
270
int
OBJ_ln2nid
(const char *long_name) {
373
nid =
OBJ_ln2nid
(s);
Completed in 994 milliseconds