Lines Matching refs:OSSL_STORE_LOADER_CTX
914 static void OSSL_STORE_LOADER_CTX_free(OSSL_STORE_LOADER_CTX *ctx) in OSSL_STORE_LOADER_CTX_free()
931 static int file_find_type(OSSL_STORE_LOADER_CTX *ctx) in file_find_type()
948 static OSSL_STORE_LOADER_CTX *file_open_ex in file_open_ex()
953 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_open_ex()
1073 static OSSL_STORE_LOADER_CTX *file_open in file_open()
1080 static OSSL_STORE_LOADER_CTX *file_attach in file_attach()
1085 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_attach()
1107 static int file_ctrl(OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args) in file_ctrl()
1137 static int file_expect(OSSL_STORE_LOADER_CTX *ctx, int expected) in file_expect()
1143 static int file_find(OSSL_STORE_LOADER_CTX *ctx, in file_find()
1174 static OSSL_STORE_INFO *file_load_try_decode(OSSL_STORE_LOADER_CTX *ctx, in file_load_try_decode()
1279 static OSSL_STORE_INFO *file_load_try_repeat(OSSL_STORE_LOADER_CTX *ctx, in file_load_try_repeat()
1428 static int file_name_to_uri(OSSL_STORE_LOADER_CTX *ctx, const char *name, in file_name_to_uri()
1451 static int file_name_check(OSSL_STORE_LOADER_CTX *ctx, const char *name) in file_name_check()
1512 static int file_eof(OSSL_STORE_LOADER_CTX *ctx);
1513 static int file_error(OSSL_STORE_LOADER_CTX *ctx);
1514 static OSSL_STORE_INFO *file_load(OSSL_STORE_LOADER_CTX *ctx, in file_load()
1651 static int file_error(OSSL_STORE_LOADER_CTX *ctx) in file_error()
1656 static int file_eof(OSSL_STORE_LOADER_CTX *ctx) in file_eof()
1667 static int file_close(OSSL_STORE_LOADER_CTX *ctx) in file_close()