/openssl-master/crypto/ocsp/ |
A D | ocsp_cl.c | 226 OCSP_SINGLERESP *single; in OCSP_resp_find() local 236 single = sk_OCSP_SINGLERESP_value(sresp, i); in OCSP_resp_find() 237 if (!OCSP_id_cmp(id, single->certId)) in OCSP_resp_find() 248 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, in OCSP_single_get0_status() argument 256 if (single == NULL) in OCSP_single_get0_status() 258 cst = single->certStatus; in OCSP_single_get0_status() 273 *thisupd = single->thisUpdate; in OCSP_single_get0_status() 275 *nextupd = single->nextUpdate; in OCSP_single_get0_status() 290 OCSP_SINGLERESP *single; in OCSP_resp_find_status() local 295 single = OCSP_resp_get0(bs, i); in OCSP_resp_find_status() [all …]
|
A D | ocsp_srv.c | 92 OCSP_SINGLERESP *single = NULL; in OCSP_basic_add1_status() local 101 if ((single = OCSP_SINGLERESP_new()) == NULL) in OCSP_basic_add1_status() 104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status() 107 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status() 110 OCSP_CERTID_free(single->certId); in OCSP_basic_add1_status() 112 if ((single->certId = OCSP_CERTID_dup(cid)) == NULL) in OCSP_basic_add1_status() 115 cs = single->certStatus; in OCSP_basic_add1_status() 148 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData.responses, single))) in OCSP_basic_add1_status() 150 return single; in OCSP_basic_add1_status() 152 OCSP_SINGLERESP_free(single); in OCSP_basic_add1_status()
|
A D | ocsp_prn.c | 142 OCSP_SINGLERESP *single = NULL; in OCSP_RESPONSE_print() local 190 single = sk_OCSP_SINGLERESP_value(rd->responses, i); in OCSP_RESPONSE_print() 191 cid = single->certId; in OCSP_RESPONSE_print() 194 cst = single->certStatus; in OCSP_RESPONSE_print() 214 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print() 216 if (single->nextUpdate) { in OCSP_RESPONSE_print() 219 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) in OCSP_RESPONSE_print() 226 single->singleExtensions, flags, 8)) in OCSP_RESPONSE_print()
|
/openssl-master/doc/man7/ |
A D | EVP_KDF-SSHKDF.pod | 54 A single char of value 65 (ASCII char 'A'). 59 A single char of value 66 (ASCII char 'B'). 64 A single char of value 67 (ASCII char 'C'). 69 A single char of value 68 (ASCII char 'D'). 74 A single char of value 69 (ASCII char 'E'). 79 A single char of value 70 (ASCII char 'F').
|
A D | provider-kdf.pod | 283 A single char of value 65 (ASCII char 'A'). 288 A single char of value 66 (ASCII char 'B'). 293 A single char of value 67 (ASCII char 'C'). 298 A single char of value 68 (ASCII char 'D'). 303 A single char of value 69 (ASCII char 'E'). 308 A single char of value 70 (ASCII char 'F').
|
A D | bio.pod | 33 BIOs can be joined together to form a chain (a single BIO is a chain 47 Calling BIO_free_all() on a single BIO has the same effect as calling
|
A D | EVP_RAND.pod | 42 Multiple DRBG instances which are accessed only by a single thread provide 79 While the <primary> DRBG is a single global instance, the <public> and <private> 118 because they are intended to be used by a single thread. 119 Instead of accessing a single DRBG instance concurrently from different
|
/openssl-master/doc/man3/ |
A D | BIO_new.pod | 30 BIO_free() frees up a single BIO, BIO_vfree() also frees up a single BIO 55 Calling BIO_free_all() on a single BIO has the same effect as calling BIO_free()
|
A D | OCSP_resp_find_status.pod | 27 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, 33 const OCSP_BASICRESP* single); 80 OCSP_single_get0_status() extracts the fields of I<single> in I<*reason>, 84 single response I<bs>. 156 OCSP_single_get0_status() returns the status of I<single> or -1 if an error
|
A D | BIO_push.pod | 22 becomes a single BIO with no association with the original chain, 32 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
|
A D | ASN1_INTEGER_new.pod | 20 ASN1_INTEGER_free() frees up a single B<ASN1_INTEGER> object.
|
A D | X509_STORE_new.pod | 29 X509_STORE_free() frees up a single X509_STORE object.
|
A D | PKCS12_init.pod | 17 to this structure are enclosed first within a single PKCS#7 contentInfo
|
A D | BN_zero.pod | 36 be represented as a single integer.
|
A D | PKCS7_decrypt.pod | 41 The lack of single pass processing and need to hold all data in memory as
|
A D | SCT_print.pod | 19 SCT_print() prints a single Signed Certificate Timestamp (SCT) to a B<BIO> in
|
A D | CMS_uncompress.pod | 43 The lack of single pass processing and the need to hold all data in memory as
|
A D | SSL_CTX_set_timeout.pod | 32 The expiration time of a single session can be modified using the
|
A D | BIO_s_accept.pod | 84 a single call: that is it creates a new accept BIO with port 143 established connection and B<accept> will now be a single BIO 148 If only a single connection will be processed it is possible to
|
/openssl-master/include/crypto/ |
A D | bn_conf.h.in | 17 * both 32-bit and 64-bit builds are supported from a single run
|
/openssl-master/crypto/ |
A D | README-sparse_array.md | 49 except for the single pointer to the user's data (N = SA_BLOCK_MAX for 151 small indices (e.g. NIDs), single level (constant time) access is achievable.
|
/openssl-master/include/openssl/ |
A D | safestack.h.in | 185 * Strings are special: normally an lhash entry will point to a single 188 * a) Instead of a single char, there is an array of chars, NUL-terminated. 204 * above, instead of a single char each entry is a NUL-terminated array of
|
/openssl-master/doc/life-cycles/ |
A D | cipher.dot | 45 /* This is a version with a single flavour which is easier to comprehend
|
/openssl-master/ssl/statem/ |
A D | README.md | 12 - Simplify transitions and bring the logic together in a single location
|
/openssl-master/doc/man1/ |
A D | openssl-list.pod.in | 72 List the commands, digest-commands, or cipher-commands in a single column. 221 implementation is labeled with a single name:
|