Home
last modified time | relevance | path

Searched refs:A (Results 101 – 125 of 548) sorted by relevance

12345678910>>...22

/openssl/VMS/
H A Dopenssl_startup.com.in67 $ INSTALLTOP_ = F$PARSE("A.;",INSTALLTOP,,,"NO_CONCEAL") -
68 - ".][000000" - "[000000." - "][" - "]A.;" + "."
69 $ OPENSSLDIR_ = F$PARSE("A.;",OPENSSLDIR,,,"NO_CONCEAL") -
70 - ".][000000" - "[000000." - "][" - "]A.;" + "."
/openssl/doc/man3/
H A DSSL_CTX_set_record_padding_callback.pod50 of the B<block_size>. A B<block_size> of 0 or 1 disables block padding. The limit of
76 The B<cb> returns the number of padding bytes to add to the record. A return of 0
77 indicates no padding will be added. A return value that causes the record to
88 A user-supplied padding callback function will override the behavior set by
H A DSSL_session_reused.pod32 A new session was negotiated.
36 A session was reused.
H A DBN_BLINDING_new.pod15 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai,
44 the B<A> and B<Ai> values into the newly created B<BN_BLINDING> object.
50 the B<A> and B<Ai> or, after specific number of uses and if the
53 BN_BLINDING_convert_ex() multiplies B<n> with the blinding factor B<A>.
H A DSCT_validate.pod32 A CT_POLICY_EVAL_CTX must be provided that specifies:
53 A CTLOG_STORE that contains the CT log that issued this SCT.
71 A return value of 0 from SCT_LIST_validate() should not be interpreted as a
H A DOSSL_PARAM_int.pod112 A collection of utility functions that simplify and add type safety to the
171 A parameter with name I<key> is defined.
185 A parameter with name I<key> is created.
190 A parameter with name I<key>, storage I<buf>, size I<bsize> and return
195 A parameter with name I<key>, storage I<buf> and size I<bsize> is created.
201 A parameter with name I<key>, storage I<buf> and size I<bsize> is created.
205 A parameter with name I<key>, storage pointer I<*buf> and size I<bsize>
210 A parameter with name I<key>, storage pointer I<*buf> and size I<bsize>
255 A terminating NUL byte is added only if the parameter's I<data_size> indicates
381 A I<responder> that receives this array (as C<params> in this example)
H A DOCSP_request_add1_nonce.pod58 The return values of OCSP_check_nonce() can be checked to cover each case. A
60 and match, both absent or present in the response only. A nonzero return
62 this will happen if the responder doesn't support nonces. A zero return value
H A DSSL_CTX_set_cert_cb.pod26 been set. A zero is returned on error which will abort the handshake with a
27 fatal internal error alert. A negative return value will suspend the handshake
50 A more advanced callback might examine the handshake parameters and set
H A DX509_verify_cert.pod31 A self-signed trust anchor is included only if I<target> is the trust anchor
44 A complete description of the certificate verification process is contained in
51 A negative return value from X509_verify_cert() can occur if it is invoked
54 A negative return value can also happen due to internal resource problems
H A DSSL_CTX_set_client_hello_cb.pod31 callback at run time. A callback that returns failure (0) will cause the
33 what alert value is to be sent in the B<al> parameter. A callback may
82 A subsequent call with B<exts> set to NULL can retrieve the size of storage needed.
83 A ClientHello that contained no extensions is treated as success, with B<*num_exts>
90 code to affect the TLS handshake. A primary use of the callback is to
H A DASN1_generate_nconf.pod138 By following the number with B<U>, B<A>, B<P> or B<C> UNIVERSAL,
175 A simple IA5String:
185 EXPLICIT:0A,IA5STRING:Hello World
187 A BITSTRING with bits 1 and 5 set and all others zero:
191 A more complex example using a config file to produce a
232 628657053A
/openssl/crypto/bn/asm/
H A Dvia-mont.pl102 $A=&DWP(4,"esp");
169 &mov ($A,"edi");
/openssl/include/openssl/
H A Dsrp.h.in163 BIGNUM *SRP_Calc_server_key(const BIGNUM *A, const BIGNUM *v, const BIGNUM *u,
173 int SRP_Verify_A_mod_N(const BIGNUM *A, const BIGNUM *N);
175 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N,
178 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N);
/openssl/doc/man1/
H A Dopenssl-format-options.pod65 A binary format, encoded or parsed according to Distinguished Encoding Rules
72 A password or PIN may be supplied to the engine using the B<-passin> option.
76 A DER-encoded file containing a PKCS#12 object.
82 A text format defined in IETF RFC 1421 and IETF RFC 7468. Briefly, this is
H A Dopenssl-fipsinstall.pod.in70 =item - A MAC of the FIPS module file.
72 =item - A test status indicator.
76 =item - A MAC of the status indicator.
78 =item - A control for conditional self tests errors.
89 =item - A control to indicate whether run-time security checks are done.
149 A comprehensive list of controls can be found in the EVP_MAC implementation
160 A key must be specified for every MAC algorithm.
168 A key must be specified for every MAC algorithm.
288 RSA for key transport and key agreement. See NIST's SP 800-131A Revision 2
359 See SP 800-56A r3 Section 5.7.1.2 for details.
[all …]
/openssl/doc/designs/quic-design/
H A Dquic-overview.md34 A state machine handling the state for a QUIC connection.
39 A table matching Connection IDs with Connection objects represented
56 A module that uses the Record Layer API to implement the inner TLS-1.3
117 A module that tracks packets sent to the peer and received ACK frames.
/openssl/crypto/sha/
H A Dsha512.c605 SHA_LONG64 A, E, T; in sha512_block_data_order() local
612 A = ctx->h[0]; in sha512_block_data_order()
627 F[0] = A; in sha512_block_data_order()
632 A = T + Sigma0(A) + Maj(A, F[1], F[2]); in sha512_block_data_order()
640 F[0] = A; in sha512_block_data_order()
645 A = T + Sigma0(A) + Maj(A, F[1], F[2]); in sha512_block_data_order()
648 ctx->h[0] += A; in sha512_block_data_order()
/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl66 $A="%l0";
71 @V=($A,$B,$C,$D,$E);
481 mov $Actx,$A
509 add $A,$Actx,$Actx
516 mov $Actx,$A
531 add $A,$Actx,$Actx
H A Dsha1-mips.pl98 $A="\$1";
102 $E="\$24"; @V=($A,$B,$C,$D,$E);
382 lw $A,0($ctx)
423 addu $A,$X[0]
425 sw $A,0($ctx)
/openssl/crypto/md5/
H A Dbuild.info22 # A no-deprecated no-shared build ends up with double function definitions
25 # default provider. A no-deprecated build removes the external definition from
/openssl/doc/internal/man3/
H A DOPTIONS.pod116 's' A text string
117 '/' A directory
120 'n' A signed number that fits in the C<int> type
121 'p' A positive number that fits in the C<int> type
122 'N' A nonnegative number that fits in the C<int> type
123 'M' A signed number that fits in the C<intmax_t> type
125 'l' A signed number that fits in the C<long> type
128 'F' A file in PEM or DER format
135 A program should declare its options right after the enumeration,
331 A notable exception is F<apps/cmp.c> which uses this API, but does
/openssl/doc/man7/
H A Dossl-guide-quic-introduction.pod82 A key difference between the TLS implementation and the QUIC implementation in
125 QUIC introduces the concept of "streams". A stream provides a reliable
128 without any loss of data or reordering of the bytes. A TLS application
129 effectively has one bi-directional stream available to it per TLS connection. A
134 A QUIC application creates an initial B<SSL> object to represent the connection
142 can be used in any particular context. A connection B<SSL> object that has a
155 A significant difference between OpenSSL TLS applications and OpenSSL QUIC
/openssl/test/certs/
H A Dserver-ed448-key.pem3 BMFSdURqGj2FD02H7xsyrR20pIXI1GbE+A==
/openssl/test/recipes/15-test_ecparam_data/valid/
H A Dsecp128r2-explicit.pem4 9AQhBHtqpdheVymD5vsyp83rwUAntpFqiU067nEG/oBfw0tEAhA/////f////74A
/openssl/doc/man5/
H A Dfips_config.pod9 A separate configuration file, using the OpenSSL L<config(5)> syntax,
61 A version number for the fips install process. Should be 1.
73 A MAC of the value of the B<install-status> option, to prevent accidental
84 A value of '1' will perform the checks, otherwise if the value is '0' the checks
215 install-mac = FE:10:13:5A:D3:B4:C7:82:1B:1E:17:4C:AC:84:0C

Completed in 43 milliseconds

12345678910>>...22