Home
last modified time | relevance | path

Searched refs:e (Results 251 – 275 of 564) sorted by relevance

1...<<11121314151617181920>>...23

/openssl/doc/man3/
H A DBIO_f_readbuffer.pod19 or BIO_seek() (e.g. A file BIO that uses stdin).
32 on the next BIO (e.g. a file BIO) in the chain and storing the result in an
H A DX509_get0_signature.pod93 returned is valid or 0 if the information is not available (e.g.
97 error (e.g. null ALGO pointer). X509_REQ_set0_signature does
131 were added in OpenSSL 1.1.1e.
H A DSSL_CTX_set_generate_session_id.pod45 additional information like e.g. a host id in order to improve load balancing
65 If the application codes e.g. a unique host id, a unique process number, and
111 * anyway, e.g. the server could only possibly create 1 session
112 * ID (i.e. the prefix!) so all future session negotiations will
H A DBIO_get_data.pod36 this BIO's shutdown (i.e. BIO_CLOSE) flag. If set then the underlying resource
46 BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag.
/openssl/test/certs/
H A Dbadalt9-cert.pem8 Rz8WhtN6/YP80xuy7NuhsA00/hUJKqsAKT8ggwlf++0e+L0ELiu9dmB46zaxWzr4
H A Dserver-pss-cert.pem8 rJYi/+oMm8xoJPMtWjoC2zit3wT1k8+9lClxWZFhLmDFy0lmT8FAVvMOk4Y/E+2e
H A Dbadalt7-cert.pem17 p/wEcqQ9METvXb+4/a4U6ftjTgaOrPVjamNFlaoUcTgx2nk2zRsjM+e+tpnxDgRR
H A Dbadalt4-key.pem14 e+MGbkCKrPgjUr9NJgcrQhQ+kxE69E3p4iUtj/YTwIc23qxjuZ+jyG1wOFIULRYz
/openssl/test/recipes/30-test_evp_pkey_provided/
H A DEC.pub.txt6 9a:85:0f:6d:7f:59:5f:8c:d1:96:0b:df:29:3e:49:
H A DED25519.priv.txt8 3a:0e:e1:72:f3:da:a6:23:25:af:02:1a:68:f7:07:
/openssl/util/
H A Dwrite-man-symlinks36 unless (-e $podfile) {
/openssl/fuzz/corpora/conf/
H A D028f52456a970ee7175a6dbdc8f5ff3e9543034a12 e::=
H A D9fa378b2b3d1e3e26ea7c123839e1fe986ba2386168 e::=
/openssl/test/
H A Dfips.cnf13 # Ensure FIPS non-approved algorithms in the FIPS module are suppressed (e.g.
H A Ddanetest.c221 int e; in checked_uint8() local
225 e = restore_errno(); in checked_uint8()
227 if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) || in checked_uint8()
H A Dtestrsapssmandatory.pem24 tkX9jjx2tBQ8NY3mPzp7ffF766vNOaWL8O+86e+EUHMJe1uY9vv7gaz1tNog5BTg
/openssl/apps/
H A Dverify.c81 ENGINE *e = NULL; in verify_main() local
169 if ((e = setup_engine(opt_arg(), 0)) == NULL) { in verify_main()
241 release_engine(e); in verify_main()
H A Dsmime.c156 ENGINE *e = NULL; in smime_main() local
263 e = setup_engine(opt_arg(), 0); in smime_main()
487 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_main()
579 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_main()
668 release_engine(e); in smime_main()
/openssl/crypto/dsa/
H A Ddsa_ossl.c451 BIGNUM *r, *e; in dsa_mod_inverse_fermat() local
457 if ((e = BN_CTX_get(ctx)) != NULL in dsa_mod_inverse_fermat()
459 && BN_sub(e, q, r) in dsa_mod_inverse_fermat()
460 && BN_mod_exp_mont(r, k, e, q, ctx, NULL)) in dsa_mod_inverse_fermat()
/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod12 the public exponent I<e>, the private exponent I<d>, and a collection of prime
28 =item "e" (B<OSSL_PKEY_PARAM_RSA_E>) <unsigned integer>
30 The RSA "e" value.
126 =item "e" (B<OSSL_PKEY_PARAM_RSA_E>) <unsigned integer>
128 The RSA "e" value. The value may be any odd number greater than or equal to
/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl110 my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
112 _ror $e,$Sigma1[0],$a0
113 and $f,$e,$t0
114 _ror $e,$Sigma1[1],$a1
116 andcm $g,$e,$t1
144 my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
167 &ROUND_00_15($i+16,$a,$b,$c,$d,$e,$f,$g,$h);
H A Dsha512p8-ppc.pl105 my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
128 vsel $Func,$g,$f,$e ; Ch(e,f,g)
131 vshasigma${sz} $Sigma,$e,1,15 ; Sigma1(e)
/openssl/doc/internal/man3/
H A Dossl_cmp_msg_protect.pod35 In any case all the certificates explicitly specified to be sent out (i.e.,
37 of the chain, i.e, the trust anchor (unless it is part of extraCertsOut).
/openssl/.github/ISSUE_TEMPLATE/
H A Ddocumentation.md12 (e.g., in which manual page). If you are missing the documentation for a
/openssl/test/recipes/15-test_rsapss_data/
H A Dnegativesaltlen.pem24 tkX9jjx2tBQ8NY3mPzp7ffF766vNOaWL8O+86e+EUHMJe1uY9vv7gaz1tNog5BTg

Completed in 77 milliseconds

1...<<11121314151617181920>>...23