Searched refs:sequence (Results 1 – 25 of 66) sorted by relevance
123
/openssl-master/doc/man1/ |
A D | openssl-nseq.pod.in | 6 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 D | openssl-speed.pod.in | 52 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 D | passphrase-encoding.pod | 64 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 D | EVP_KDF-PVKKDF.pod | 44 byte sequence.
|
A D | EVP_KDF-PBKDF1.pod | 54 byte sequence.
|
A D | EVP_KDF-PKCS12KDF.pod | 58 byte sequence.
|
A D | EVP_KDF-PBKDF2.pod | 76 byte sequence.
|
A D | property.pod | 43 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 D | pk7_attr.c | 43 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 D | a_type.c | 135 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 D | evp_asn1.c | 115 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 D | ts_rsp_verify.c | 214 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 D | X509_LOOKUP_hash_dir.pod | 95 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 D | OPENSSL_fork_prepare.pod | 42 according to the calling sequence described by the pthread_atfork(3)
|
A D | SSL_CTX_set_generate_session_id.pod | 36 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 D | d2i_PKCS8PrivateKey_bio.pod | 50 It will simply be treated as a byte sequence.
|
A D | PKCS5_PBKDF2_HMAC.pod | 55 It will simply be treated as a byte sequence.
|
A D | SSL_clear.pod | 44 changes its settings between connections. Use the sequence
|
/openssl-master/crypto/x509/ |
A D | x509_req.c | 159 p = ext->value.sequence->data; in STACK_OF() 161 ASN1_item_d2i(NULL, &p, ext->value.sequence->length, in STACK_OF()
|
A D | x509cset.c | 61 r->sequence = i; in X509_CRL_sort()
|
/openssl-master/crypto/cms/ |
A D | cms_dh.c | 112 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 D | cms_ec.c | 180 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 D | evpciph_camellia.txt | 16 # 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 D | p5_crpt.c | 46 param->value.sequence == NULL) { in PKCS5_PBE_keyivgen_ex()
|
/openssl-master/crypto/err/ |
A D | README.md | 36 The `BEGIN ERROR CODES` sequence is used by the error code
|
Completed in 37 milliseconds
123