Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 66) sorted by relevance

123

/openssl-master/doc/man1/
A Dopenssl-nseq.pod.in6 openssl-nseq - create or examine a Netscape certificate sequence
20 sequence and prints out the certificates contained in it or takes a
22 sequence.
24 A Netscape certificate sequence is an old Netscape-specific format that
48 Normally a Netscape certificate sequence will be input and the output
50 situation is reversed: a Netscape certificate sequence is created from
59 Output the certificates in a Netscape certificate sequence
63 Create a Netscape certificate sequence
A Dopenssl-speed.pod.in52 TLS-like sequence. And if I<algo> is a multi-buffer capable cipher, e.g.
90 Benchmark EVP-named AEAD cipher in TLS-like sequence.
/openssl-master/doc/man7/
A Dpassphrase-encoding.pod64 A pass phrase encoded in ISO-8859-2 could very well have a sequence such as
70 A pass phrase that contains this kind of byte sequence will give a different
95 encoding was ISO-8859-1 (i.e. "naïve" resulting in the byte sequence 0x6E 0x61
97 is UTF-8 (i.e. "naïve" resulting in the byte sequence 0x6E 0x61 0xC3 0xAF 0x76
107 For other objects, it's as legitimate to use any byte sequence (such as a
108 sequence of bytes from F</dev/urandom> that's been saved away), which makes any
110 byte sequence as it is.
138 It's possible that its byte sequence is exactly right.
A DEVP_KDF-PVKKDF.pod44 byte sequence.
A DEVP_KDF-PBKDF1.pod54 byte sequence.
A DEVP_KDF-PKCS12KDF.pod58 byte sequence.
A DEVP_KDF-PBKDF2.pod76 byte sequence.
A Dproperty.pod43 A I<property definition> is a sequence of comma separated properties.
71 A I<property query> is a sequence of comma separated property query clauses.
/openssl-master/crypto/pkcs7/
A Dpk7_attr.c43 p = cap->value.sequence->data; in STACK_OF()
45 ASN1_item_d2i(NULL, &p, cap->value.sequence->length, in STACK_OF()
/openssl-master/crypto/asn1/
A Da_type.c135 if (t == NULL || t->type != V_ASN1_SEQUENCE || t->value.sequence == NULL) in ASN1_TYPE_unpack_sequence()
137 return ASN1_item_unpack(t->value.sequence, it); in ASN1_TYPE_unpack_sequence()
A Devp_asn1.c115 if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL)) { in ASN1_TYPE_get_int_octetstring()
171 if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL)) in ossl_asn1_type_get_octetstring_int()
/openssl-master/crypto/ts/
A Dts_rsp_verify.c214 p = attr->value.sequence->data; in ossl_ess_get_signing_cert()
215 return d2i_ESS_SIGNING_CERT(NULL, &p, attr->value.sequence->length); in ossl_ess_get_signing_cert()
227 p = attr->value.sequence->data; in ossl_ess_get_signing_cert_v2()
228 return d2i_ESS_SIGNING_CERT_V2(NULL, &p, attr->value.sequence->length); in ossl_ess_get_signing_cert_v2()
/openssl-master/doc/man3/
A DX509_LOOKUP_hash_dir.pod95 The .I<N> or .B<r>I<N> suffix is a sequence number that starts at zero, and is
98 Gaps in the sequence numbers are not supported, it is assumed that there are no
100 sequence.
110 sequence number greater than that of the already cached CRL.
A DOPENSSL_fork_prepare.pod42 according to the calling sequence described by the pthread_atfork(3)
A DSSL_CTX_set_generate_session_id.pod36 generates a session id. The session id is an arbitrary sequence of bytes.
66 a unique sequence number into the session id, uniqueness could easily be
A Dd2i_PKCS8PrivateKey_bio.pod50 It will simply be treated as a byte sequence.
A DPKCS5_PBKDF2_HMAC.pod55 It will simply be treated as a byte sequence.
A DSSL_clear.pod44 changes its settings between connections. Use the sequence
/openssl-master/crypto/x509/
A Dx509_req.c159 p = ext->value.sequence->data; in STACK_OF()
161 ASN1_item_d2i(NULL, &p, ext->value.sequence->length, in STACK_OF()
A Dx509cset.c61 r->sequence = i; in X509_CRL_sort()
/openssl-master/crypto/cms/
A Dcms_dh.c112 p = alg->parameter->value.sequence->data; in dh_cms_set_shared_info()
113 plen = alg->parameter->value.sequence->length; in dh_cms_set_shared_info()
A Dcms_ec.c180 p = alg->parameter->value.sequence->data; in ecdh_cms_set_shared_info()
181 plen = alg->parameter->value.sequence->length; in ecdh_cms_set_shared_info()
/openssl-master/test/recipes/30-test_evp_data/
A Devpciph_camellia.txt16 # For all ECB encrypts and decrypts, the transformed sequence is
119 # For all CBC encrypts and decrypts, the transformed sequence is
212 # For all CFB128 encrypts and decrypts, the transformed sequence is
418 # For all OFB encrypts and decrypts, the transformed sequence is
/openssl-master/crypto/evp/
A Dp5_crpt.c46 param->value.sequence == NULL) { in PKCS5_PBE_keyivgen_ex()
/openssl-master/crypto/err/
A DREADME.md36 The `BEGIN ERROR CODES` sequence is used by the error code

Completed in 37 milliseconds

123