Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_utl.c78 static int sk_strcmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b);
79 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name,
81 static void str_free(OPENSSL_STRING str);
82 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
514 static int sk_strcmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b) in sk_strcmp()
519 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x) in STACK_OF() argument
522 STACK_OF(OPENSSL_STRING) *ret; in STACK_OF()
530 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x) in STACK_OF() argument
533 STACK_OF(OPENSSL_STRING) *ret = NULL; in STACK_OF()
553 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x) in STACK_OF() argument
[all …]
/external/boringssl/src/crypto/x509/
Dvpm_int.h63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
/external/boringssl/src/include/openssl/
Dstack.h341 typedef char *OPENSSL_STRING; typedef
344 DEFINE_SPECIAL_STACK_OF(OPENSSL_STRING)
Dx509v3.h697 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
698 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
699 OPENSSL_EXPORT void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
700 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);