Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 15 of 15) sorted by relevance

/openssl/crypto/property/
H A Dproperty_string.c62 OPENSSL_free(ps); in property_free()
128 PROPERTY_STRING *ps = OPENSSL_malloc(sizeof(*ps) + l); in new_property_string() local
130 if (ps != NULL) { in new_property_string()
132 ps->s = ps->body; in new_property_string()
133 ps->idx = ++*pidx; in new_property_string()
134 if (ps->idx == 0) { in new_property_string()
135 OPENSSL_free(ps); in new_property_string()
139 return ps; in new_property_string()
161 if (ps == NULL && create) { in ossl_property_string()
194 ps = ps_new; in ossl_property_string()
[all …]
/openssl/
H A Dappveyor.yml28 - ps: >-
30 - ps: >-
32 - ps: >-
40 - ps: >-
54 - ps: >-
60 - ps: >-
71 - ps: >-
77 - ps: >-
H A DCHANGES.md14975 <http://theory.stanford.edu/~dabo/papers/faults.ps.gz>).
/openssl/crypto/crmf/
H A Dcrmf_lib.c368 static int create_popo_signature(OSSL_CRMF_POPOSIGNINGKEY *ps, in create_popo_signature() argument
376 if (ps == NULL || cr == NULL || pkey == NULL) { in create_popo_signature()
384 if (ps->poposkInput != NULL) { in create_popo_signature()
395 ps->algorithmIdentifier, NULL, ps->signature, cr, in create_popo_signature()
426 OSSL_CRMF_POPOSIGNINGKEY *ps = OSSL_CRMF_POPOSIGNINGKEY_new(); in OSSL_CRMF_MSG_create_popo() local
428 if (ps == NULL) in OSSL_CRMF_MSG_create_popo()
430 if (!create_popo_signature(ps, crm->certReq, pkey, digest, in OSSL_CRMF_MSG_create_popo()
432 OSSL_CRMF_POPOSIGNINGKEY_free(ps); in OSSL_CRMF_MSG_create_popo()
435 pp->value.signature = ps; in OSSL_CRMF_MSG_create_popo()
/openssl/crypto/dsa/
H A Ddsa_sign.c135 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0() argument
139 if (ps != NULL) in DSA_SIG_get0()
140 *ps = sig->s; in DSA_SIG_get0()
/openssl/crypto/ui/
H A Dui_openssl.c278 static int ps; in read_string_inner() local
288 ps = 0; in read_string_inner()
291 ps = 1; in read_string_inner()
295 ps = 2; in read_string_inner()
359 if (ps >= 2 && !echo && !echo_console(ui)) in read_string_inner()
362 if (ps >= 1) in read_string_inner()
/openssl/test/
H A Dproperty_test.c189 const char *ps; member
214 const char *ps; in test_property_parse_error() local
219 ps = parse_error_tests[n].ps; in test_property_parse_error()
221 if (!TEST_ptr_null(p = ossl_parse_query(NULL, ps, 1))) in test_property_parse_error()
223 } else if (!TEST_ptr_null(p = ossl_parse_property(NULL, ps))) { in test_property_parse_error()
H A Dtestdsapub.pem2 MIIBuDCCASwGByqGSM44BAEwggEfAoGBAP0qjYTPLaYp45XigmyPLxV6z0C/ps++
/openssl/doc/man1/
H A Dopenssl-passphrase-options.pod38 to utilities (like 'ps' under Unix) this form should only be used
45 (e.g. ps under certain Unix OSes) this option should be used with caution.
H A Dopenssl-ca.pod.in188 =for openssl foreign manual ps(1)
192 L<ps(1)> on Unix),
/openssl/doc/man3/
H A DECDSA_SIG_new.pod17 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
57 in I<sig> and stores them in I<*pr> and I<*ps>, respectively.
58 The pointer I<pr> or I<ps> can be NULL, in which case the corresponding value
H A DDSA_SIG_new.pod14 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
/openssl/include/openssl/
H A Ddsa.h70 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
H A Dec.h1341 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
/openssl/crypto/ec/
H A Dec_asn1.c1287 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in ECDSA_SIG_get0() argument
1291 if (ps != NULL) in ECDSA_SIG_get0()
1292 *ps = sig->s; in ECDSA_SIG_get0()

Completed in 85 milliseconds