Home
last modified time | relevance | path

Searched refs:matching_handlers (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dloader_file.c1033 const FILE_HANDLER **matching_handlers = in file_load_try_decode() local
1034 OPENSSL_zalloc(sizeof(*matching_handlers) in file_load_try_decode()
1037 if (matching_handlers == NULL) { in file_load_try_decode()
1055 matching_handlers[*matchcount] = handler; in file_load_try_decode()
1076 if (*matchcount == 1 && matching_handlers[0]->repeatable) { in file_load_try_decode()
1077 ctx->_.file.last_handler = matching_handlers[0]; in file_load_try_decode()
1081 OPENSSL_free(matching_handlers); in file_load_try_decode()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.c1188 const FILE_HANDLER **matching_handlers = in file_load_try_decode() local
1189 OPENSSL_zalloc(sizeof(*matching_handlers) in file_load_try_decode()
1192 if (matching_handlers == NULL) { in file_load_try_decode()
1221 matching_handlers[*matchcount] = handler; in file_load_try_decode()
1245 && *matchcount == 1 && matching_handlers[0]->repeatable) { in file_load_try_decode()
1246 ctx->_.file.last_handler = matching_handlers[0]; in file_load_try_decode()
1250 OPENSSL_free(matching_handlers); in file_load_try_decode()