Home
last modified time | relevance | path

Searched refs:infos (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dpriority_queue_test.c183 INFO infos[32]; in test_22644() local
187 memset(infos, 0, sizeof(infos)); in test_22644()
192 if (!TEST_true(ossl_pqueue_INFO_push(pq, &infos[0], &infos[0].idx)) in test_22644()
198 if (!TEST_true(ossl_pqueue_INFO_push(pq, &infos[1], &infos[1].idx)) in test_22644()
204 if (!TEST_true(ossl_pqueue_INFO_push(pq, &infos[2], &infos[2].idx)) in test_22644()
209 if (!TEST_true(ossl_pqueue_INFO_push(pq, &infos[3], &infos[3].idx)) in test_22644()
214 if (!TEST_true(ossl_pqueue_INFO_push(pq, &infos[4], &infos[4].idx)) in test_22644()
219 if (!TEST_true(ossl_pqueue_INFO_push(pq, &infos[5], &infos[5].idx)) in test_22644()
224 if (!TEST_true(ossl_pqueue_INFO_push(pq, &infos[6], &infos[6].idx)) in test_22644()
229 if (!TEST_true(ossl_pqueue_INFO_push(pq, &infos[7], &infos[7].idx)) in test_22644()
[all …]
/openssl/crypto/store/
H A Dstore_result.c593 STACK_OF(OSSL_STORE_INFO) *infos = NULL; in try_pkcs12()
600 if ((infos = sk_OSSL_STORE_INFO_new_null()) != NULL) { in try_pkcs12()
605 && sk_OSSL_STORE_INFO_push(infos, osi_pkey) != 0) in try_pkcs12()
614 && sk_OSSL_STORE_INFO_push(infos, osi_cert) != 0) in try_pkcs12()
624 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12()
637 sk_OSSL_STORE_INFO_pop_free(infos, OSSL_STORE_INFO_free); in try_pkcs12()
638 infos = NULL; in try_pkcs12()
640 ctx->cached_info = infos; in try_pkcs12()
/openssl/
H A DConfigure2321 my %infos = ( programs => [ @programs ],
2325 foreach my $k (keys %infos) {
2326 foreach (@{$infos{$k}}) {

Completed in 28 milliseconds