Home
last modified time | relevance | path

Searched defs:OPENSSL_STRING (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/include/openssl/
Dsafestack.h149 typedef char *OPENSSL_STRING; typedef
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_utl.c444 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x) in STACK_OF() argument
455 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x) in STACK_OF() argument
478 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x) in STACK_OF() argument
492 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, in STACK_OF() argument
/freebsd-12-stable/crypto/openssl/crypto/txt_db/
Dtxt_db.c148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index()