HomeSort by relevance Sort by last modified time
    Searched defs:X509_LOOKUP (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/x509/
x509_vfy.h 102 -> X509_LOOKUP
104 -> X509_LOOKUP
135 typedef struct x509_lookup_st X509_LOOKUP;
137 DECLARE_STACK_OF(X509_LOOKUP)
144 int (*new_item)(X509_LOOKUP *ctx);
145 void (*free)(X509_LOOKUP *ctx);
146 int (*init)(X509_LOOKUP *ctx);
147 int (*shutdown)(X509_LOOKUP *ctx);
148 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
150 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 102 -> X509_LOOKUP
104 -> X509_LOOKUP
135 typedef struct x509_lookup_st X509_LOOKUP;
137 DECLARE_STACK_OF(X509_LOOKUP)
144 int (*new_item)(X509_LOOKUP *ctx);
145 void (*free)(X509_LOOKUP *ctx);
146 int (*init)(X509_LOOKUP *ctx);
147 int (*shutdown)(X509_LOOKUP *ctx);
148 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
150 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name
    [all...]

Completed in 30 milliseconds