Searched refs:OPENSSL_DIR_CTX (Results 1 – 4 of 4) sorted by relevance
61 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory) { in OPENSSL_DIR_read()71 *ctx = malloc(sizeof(OPENSSL_DIR_CTX)); in OPENSSL_DIR_read()76 memset(*ctx, 0, sizeof(OPENSSL_DIR_CTX)); in OPENSSL_DIR_read()96 int OPENSSL_DIR_end(OPENSSL_DIR_CTX **ctx) { in OPENSSL_DIR_end()
47 typedef struct OPENSSL_dir_context_st OPENSSL_DIR_CTX; typedef54 OPENSSL_EXPORT const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx,59 OPENSSL_EXPORT int OPENSSL_DIR_end(OPENSSL_DIR_CTX **ctx);
53 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory) { in OPENSSL_DIR_read()61 *ctx = malloc(sizeof(OPENSSL_DIR_CTX)); in OPENSSL_DIR_read()66 memset(*ctx, 0, sizeof(OPENSSL_DIR_CTX)); in OPENSSL_DIR_read()133 int OPENSSL_DIR_end(OPENSSL_DIR_CTX **ctx) { in OPENSSL_DIR_end()
261 OPENSSL_DIR_CTX *d = NULL; in SSL_add_dir_cert_subjects_to_stack()