Searched refs:ps (Results 1 – 14 of 14) sorted by relevance
/openssl/crypto/property/ |
H A D | property_string.c | 62 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/crypto/crmf/ |
H A D | crmf_lib.c | 362 static int create_popo_signature(OSSL_CRMF_POPOSIGNINGKEY *ps, in create_popo_signature() argument 370 if (ps == NULL || cr == NULL || pkey == NULL) { in create_popo_signature() 378 if (ps->poposkInput != NULL) { in create_popo_signature() 389 ps->algorithmIdentifier, /* sets this X509_ALGOR */ in create_popo_signature() 390 NULL, ps->signature, /* sets the ASN1_BIT_STRING */ in create_popo_signature() 420 OSSL_CRMF_POPOSIGNINGKEY *ps = OSSL_CRMF_POPOSIGNINGKEY_new(); in OSSL_CRMF_MSG_create_popo() local 422 if (ps == NULL) in OSSL_CRMF_MSG_create_popo() 424 if (!create_popo_signature(ps, crm->certReq, pkey, digest, in OSSL_CRMF_MSG_create_popo() 426 OSSL_CRMF_POPOSIGNINGKEY_free(ps); in OSSL_CRMF_MSG_create_popo() 429 pp->value.signature = ps; in OSSL_CRMF_MSG_create_popo()
|
/openssl/crypto/ui/ |
H A D | ui_openssl.c | 278 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/crypto/dsa/ |
H A D | dsa_sign.c | 134 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0() argument 138 if (ps != NULL) in DSA_SIG_get0() 139 *ps = sig->s; in DSA_SIG_get0()
|
/openssl/test/ |
H A D | property_test.c | 193 const char *ps; member 222 const char *ps; in test_property_parse_error() local 227 ps = parse_error_tests[n].ps; in test_property_parse_error() 229 if (!TEST_ptr_null(p = ossl_parse_query(NULL, ps, 1))) in test_property_parse_error() 231 } else if (!TEST_ptr_null(p = ossl_parse_property(NULL, ps))) { in test_property_parse_error()
|
H A D | testdsapub.pem | 2 MIIBuDCCASwGByqGSM44BAEwggEfAoGBAP0qjYTPLaYp45XigmyPLxV6z0C/ps++
|
/openssl/doc/man3/ |
H A D | ECDSA_SIG_new.pod | 15 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps); 37 in I<sig> and stores them in I<*pr> and I<*ps>, respectively. 38 The pointer I<pr> or I<ps> can be NULL, in which case the corresponding value
|
H A D | DSA_SIG_new.pod | 14 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
|
/openssl/doc/man1/ |
H A D | openssl-passphrase-options.pod | 38 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 D | openssl-ca.pod.in | 196 =for openssl foreign manual ps(1) 200 L<ps(1)> on Unix),
|
/openssl/include/openssl/ |
H A D | dsa.h | 70 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
|
H A D | ec.h | 1357 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
|
/openssl/crypto/ec/ |
H A D | ec_asn1.c | 1280 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in ECDSA_SIG_get0() argument 1284 if (ps != NULL) in ECDSA_SIG_get0() 1285 *ps = sig->s; in ECDSA_SIG_get0()
|
/openssl/ |
H A D | CHANGES.md | 16517 <http://theory.stanford.edu/~dabo/papers/faults.ps.gz>).
|
Completed in 72 milliseconds