Searched refs:BY_DIR (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dby_dir.c87 } BY_DIR; typedef in typeref:struct:lookup_dir_st
93 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type);
118 BY_DIR *ld;
121 ld = (BY_DIR *)ctx->method_data;
144 BY_DIR *a;
146 if ((a = (BY_DIR *)OPENSSL_malloc(sizeof(BY_DIR))) == NULL)
162 BY_DIR *a;
165 a = (BY_DIR *)lu->method_data;
178 static int add_cert_dir(BY_DIR *ct
[all...]

Completed in 50 milliseconds