Home
last modified time | relevance | path

Searched refs:valp (Results 1 – 4 of 4) sorted by relevance

/openssl/test/testutil/
H A Dtestutil_init.c115 char *valp = val; in setup_trace() local
118 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) { in setup_trace()
/openssl/crypto/x509/
H A Dv3_pci.c115 char *valp = val->value; in process_pci_value() local
128 if (CHECK_AND_SKIP_PREFIX(valp, "hex:")) { in process_pci_value()
130 OPENSSL_hexstr2buf(valp, &val_len); in process_pci_value()
158 } else if (CHECK_AND_SKIP_PREFIX(valp, "file:")) { in process_pci_value()
161 BIO *b = BIO_new_file(valp, "r"); in process_pci_value()
196 } else if (CHECK_AND_SKIP_PREFIX(valp, "text:")) { in process_pci_value()
197 val_len = strlen(valp); in process_pci_value()
/openssl/apps/
H A Dopenssl.c211 char *valp = val; in setup_trace() local
214 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) { in setup_trace()
/openssl/test/
H A Dthreadstest.c368 uint64_t *valp; in reader_fn() local
379 valp = ossl_rcu_deref(&writer_ptr); in reader_fn()
380 val = (valp == NULL) ? 0 : *valp; in reader_fn()

Completed in 16 milliseconds