Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 10 of 10) sorted by relevance

/openssl/test/
H A Dparams_conversion_test.c57 memset(pc, 0, sizeof(*pc)); in param_conversion_load_stanza()
204 memset(pc->datum, 44, pc->size); in param_conversion_test()
206 || !TEST_mem_eq(pc->datum, pc->size, pc->ref, pc->size)) { in param_conversion_test()
225 memset(pc->datum, 44, pc->size); in param_conversion_test()
227 || !TEST_mem_eq(pc->datum, pc->size, pc->ref, pc->size)) { in param_conversion_test()
246 memset(pc->datum, 44, pc->size); in param_conversion_test()
248 || !TEST_mem_eq(pc->datum, pc->size, pc->ref, pc->size)) { in param_conversion_test()
267 memset(pc->datum, 44, pc->size); in param_conversion_test()
269 || !TEST_mem_eq(pc->datum, pc->size, pc->ref, pc->size)) { in param_conversion_test()
308 memset(pc->datum, 44, pc->size); in param_conversion_test()
[all …]
/openssl/exporters/
H A Dbuild.info10 # For installation: libcrypto.pc, libssl.pc, and openssl.pc
11 GENERATE[libcrypto.pc]{exporter=pkg-config}=pkg-config/libcrypto.pc.in
12 DEPEND[libcrypto.pc]=../installdata.pm
13 GENERATE[libssl.pc]{exporter=pkg-config}=pkg-config/libssl.pc.in
14 DEPEND[libssl.pc]=../installdata.pm
15 GENERATE[openssl.pc]{exporter=pkg-config}=pkg-config/openssl.pc.in
16 DEPEND[openssl.pc]=../installdata.pm
17 DEPEND[openssl.pc]=libcrypto.pc libssl.pc
19 DEPEND[""]=openssl.pc
/openssl/providers/common/
H A Dprovider_util.c27 pc->alloc_cipher = NULL; in ossl_prov_cipher_reset()
28 pc->cipher = NULL; in ossl_prov_cipher_reset()
30 ENGINE_finish(pc->engine); in ossl_prov_cipher_reset()
32 pc->engine = NULL; in ossl_prov_cipher_reset()
112 pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery); in ossl_prov_cipher_load_from_params()
114 if (pc->cipher == NULL) { in ossl_prov_cipher_load_from_params()
120 pc->cipher = cipher; in ossl_prov_cipher_load_from_params()
123 if (pc->cipher != NULL) in ossl_prov_cipher_load_from_params()
127 return pc->cipher != NULL; in ossl_prov_cipher_load_from_params()
132 return pc->cipher; in ossl_prov_cipher_cipher()
[all …]
/openssl/
H A Dbuild.info125 GENERATE[libcrypto.pc]=exporters/pkg-config/libcrypto.pc.in
126 DEPEND[libcrypto.pc]=builddata.pm
127 GENERATE[libssl.pc]=exporters/pkg-config/libssl.pc.in
128 DEPEND[libssl.pc]=builddata.pm
129 GENERATE[openssl.pc]=exporters/pkg-config/openssl.pc.in
130 DEPEND[openssl.pc]=builddata.pm
131 DEPEND[openssl.pc]=libcrypto.pc libssl.pc
139 DEPEND[""]=openssl.pc
H A D.gitignore19 /*.pc
21 /exporters/*.pc
H A DCHANGES.md421 * The build of exporters (such as `.pc` files for pkg-config) cleaned up to
12115 * Add libcrypto.pc and libssl.pc for those who feel they need them.
/openssl/providers/common/include/prov/
H A Dprovider_util.h46 int ossl_prov_cipher_load_from_params(PROV_CIPHER *pc,
51 void ossl_prov_cipher_reset(PROV_CIPHER *pc);
57 const EVP_CIPHER *ossl_prov_cipher_cipher(const PROV_CIPHER *pc);
58 ENGINE *ossl_prov_cipher_engine(const PROV_CIPHER *pc);
/openssl/.github/workflows/
H A Dcross-compiles.yml45 arch: i386-pc-msdosdjgpp,
/openssl/fuzz/
H A DREADME.md40 Target: x86_64-pc-linux-gnu
/openssl/Configurations/
H A DREADME.md89 in $(libdir)/pkgconfig/libcrypto.pc.

Completed in 95 milliseconds