Home
last modified time | relevance | path

Searched refs:last (Results 51 – 75 of 112) sorted by relevance

12345

/openssl/doc/man3/
H A DDES_random_key.pod170 last block is copied to a temporary area and zero filled. The output
227 (via CBC encryption). The last 4 bytes of the checksum are returned
301 last 4 bytes of the checksum of the input.
H A DSSL_CTX_set_client_cert_cb.pod38 about the state of the last call, if required to continue.
H A DSSL_CTX_set_session_cache_mode.pod111 of the session. The session timeout applies to last use, rather then creation
H A DOPENSSL_LH_COMPFUNC.pod191 B<lh_I<TYPE>_error>() can be used to determine if an error occurred in the last
222 the last operation, 0 otherwise. It's meaningful only after non-retrieve
H A DSSL_CTX_add1_chain_cert.pod71 (i.e. server or client) certificate. This is the last certificate loaded or
H A DOSSL_STORE_open.pod111 the last OSSL_STORE_load() call.
H A DSSL_CTX_set_client_hello_cb.pod38 of the last call if needed to continue. On the next call into the handshake
H A DSSL_read.pod48 Therefore, data that was not retrieved at the last read call can still be
H A DBIO_s_bio.pod88 last read attempt at the other half of the BIO pair failed due to an
H A DEVP_EncodeInit.pod107 processing of the data. A return value of 0 additionally indicates that the last
/openssl/
H A DNOTES-VMS.md38 doesn't treat file specifications where the last directory name
/openssl/doc/man1/
H A Dopenssl-verify.pod.in95 Indicates the last option. All arguments following this are assumed to be
H A Dopenssl-dhparam.pod.in88 I<numbits>. It must be the last option. If this option is present then
H A Dopenssl-verification-options.pod75 As of OpenSSL 1.1.0, the last of these blocks all uses when rejected or
164 The third step is to check the trust settings on the last certificate
390 the last certificate in a chain if the certificate is supposedly self-signed.
/openssl/crypto/bn/asm/
H A Dppc64-mont-fixed.pl488 my ($self, $r, $a, $w, $c, $last) = @_;
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl939 my $last = pop(@arr);
951 $self->{value} .= &$conv($last);
/openssl/ssl/
H A Dssl_ciph.c815 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local
835 last = head; in ssl_cipher_apply_rule()
838 last = tail; in ssl_cipher_apply_rule()
843 if (curr == last) in ssl_cipher_apply_rule()
/openssl/apps/
H A Dca.c1492 int ok = -1, i, j, last, nid; in do_body() local
1587 last = -1; in do_body()
1592 j = X509_NAME_get_index_by_OBJ(name, obj, last); in do_body()
1594 if (last != -1) in do_body()
1600 last = j; in do_body()
/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod126 ossl_cmp_certConf_new() creates a Certificate Confirmation message for the last
/openssl/test/recipes/30-test_evp_data/
H A Devpmd_sha.txt265 # Following tests are pairs of *last* "VariableOut" vectors from
/openssl/doc/man7/
H A Dopenssl-threads.pod25 released, until the last reference is removed.
H A Ddes_modes.pod205 If the first and last key are the same, the key length is 112 bits.
H A Dproperty.pod32 The last identifier in the name can be considered the 'true' property
/openssl/crypto/aes/asm/
H A Daes-x86_64.pl86 my $last=pop(@_);
89 $code.=sprintf"0x%08x\n",$last;
94 my $last=pop(@_);
97 $code.=sprintf"0x%02x\n",$last&0xff;
/openssl/crypto/x509/
H A Dx509_vfy.c921 int i = 0, last = 0, ok = 0; in check_revocation() local
926 last = sk_X509_num(ctx->chain) - 1; in check_revocation()
931 last = 0; in check_revocation()
933 for (i = 0; i <= last; i++) { in check_revocation()

Completed in 85 milliseconds

12345