OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJ_create
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/include/openssl/
obj.h
160
/*
OBJ_create
adds a known object and returns the nid of the new object, or
162
OPENSSL_EXPORT int
OBJ_create
(const char *oid, const char *short_name,
/external/boringssl/src/crypto/obj/
obj.c
626
int
OBJ_create
(const char *oid, const char *short_name, const char *long_name) {
Completed in 1623 milliseconds