/openssl/include/internal/ |
H A D | priority_queue.h | 19 # define DEFINE_PRIORITY_QUEUE_OF_INTERNAL(type, ctype) \ argument 22 ossl_pqueue_##type##_new(int (*compare)(const ctype *, const ctype *)) \ 34 void (*freefunc)(ctype *)) \ 50 ctype *data, size_t *elem) \ 54 static ossl_unused ossl_inline ctype * \ 59 static ossl_unused ossl_inline ctype * \ 64 static ossl_unused ossl_inline ctype * \
|
/openssl/crypto/objects/ |
H A D | objects.txt | 1241 set-ctype 0 : setct-PANData 1242 set-ctype 1 : setct-PANToken 1243 set-ctype 2 : setct-PANOnly 1244 set-ctype 3 : setct-OIData 1245 set-ctype 4 : setct-PI 1246 set-ctype 5 : setct-PIData 1248 set-ctype 7 : setct-HODInput 1254 set-ctype 13 : setct-PI-TBS 1255 set-ctype 14 : setct-PResData 1266 set-ctype 26 : setct-CapReqTBS [all …]
|
/openssl/include/crypto/ |
H A D | sparse_array.h | 23 # define DEFINE_SPARSE_ARRAY_OF_INTERNAL(type, ctype) \ argument 60 static ossl_unused ossl_inline ctype \ 67 ossl_uintmax_t n, ctype *val) \
|
/openssl/doc/designs/ |
H A D | fast-param-find.md | 48 'ctype' => 'uint64_t', 56 'ctype' => 'uint64_t', 64 'ctype' => 'uint64_t', 72 'ctype' => 'uint64_t', 89 'ctype' => 'size_t', 116 - "ctype" is the underlying C type (e.g. for an integer parameter size_t
|
/openssl/crypto/cms/ |
H A D | cms_ess.c | 387 ASN1_OBJECT *ctype; in ossl_cms_encode_Receipt() local 401 ctype = CMS_signed_get0_data_by_OBJ(si, in ossl_cms_encode_Receipt() 404 if (!ctype) { in ossl_cms_encode_Receipt() 410 rct.contentType = ctype; in ossl_cms_encode_Receipt()
|
H A D | cms_sd.c | 129 ASN1_OBJECT *ctype = cms->d.signedData->encapContentInfo->eContentType; in cms_set_si_contentType_attr() local 133 V_ASN1_OBJECT, ctype, -1) > 0; in cms_set_si_contentType_attr()
|
/openssl/util/ |
H A D | fix-includes.sed | 2 …h|bn_conf.h|bn_conf.h|bn_dh.h|bn_srp.h|chacha.h|(aes|des|cmll)_platform.h|ctype.h|__DECC_INCLUDE_E…
|
/openssl/ssl/quic/ |
H A D | build.info | 23 SHARED_SOURCE[$LIBSSL]=../../crypto/getenv.c ../../crypto/ctype.c
|
H A D | quic_rx_depack.c | 1388 int ctype = SSL3_RT_QUIC_FRAME_FULL; in depack_process_frames() local 1393 ctype = SSL3_RT_QUIC_FRAME_PADDING; in depack_process_frames() 1396 ctype = SSL3_RT_QUIC_FRAME_HEADER; in depack_process_frames() 1400 ch->msg_callback(0, OSSL_QUIC1_VERSION, ctype, sof, framelen, in depack_process_frames()
|
H A D | quic_txp.c | 357 int ctype = SSL3_RT_QUIC_FRAME_FULL; in tx_helper_commit() local 367 ctype = SSL3_RT_QUIC_FRAME_PADDING; in tx_helper_commit() 370 ctype = SSL3_RT_QUIC_FRAME_HEADER; in tx_helper_commit() 372 h->txp->msg_callback(1, OSSL_QUIC1_VERSION, ctype, h->txn.data, l, in tx_helper_commit()
|
/openssl/crypto/ |
H A D | build.info | 67 # provider module that uses it. ctype.c is included here because the CPUID 69 $CPUID_COMMON=$CPUIDASM cpuid.c ctype.c
|
/openssl/ssl/ |
H A D | ssl_cert.c | 190 if (cert->ctype) { in ssl_cert_dup() 191 ret->ctype = OPENSSL_memdup(cert->ctype, cert->ctype_len); in ssl_cert_dup() 192 if (ret->ctype == NULL) in ssl_cert_dup() 282 OPENSSL_free(c->ctype); in ssl_cert_free()
|
H A D | s3_lib.c | 3420 OPENSSL_free(sc->s3.tmp.ctype); in ssl3_free() 3450 OPENSSL_free(sc->s3.tmp.ctype); in ssl3_clear() 3759 *pctype = sc->s3.tmp.ctype; in ssl3_ctrl() 4439 if (s->cert->ctype) in ssl3_get_req_cert_type() 4440 return WPACKET_memcpy(pkt, s->cert->ctype, s->cert->ctype_len); in ssl3_get_req_cert_type() 4487 OPENSSL_free(c->ctype); in ssl3_set_req_cert_type() 4488 c->ctype = NULL; in ssl3_set_req_cert_type() 4494 c->ctype = OPENSSL_memdup(p, len); in ssl3_set_req_cert_type() 4495 if (c->ctype == NULL) in ssl3_set_req_cert_type()
|
H A D | ssl_local.h | 1321 uint8_t *ctype; member 2062 uint8_t *ctype; member
|
H A D | t1_lib.c | 3468 const uint8_t *ctypes = s->s3.tmp.ctype; in tls1_check_chain()
|
/openssl/providers/ |
H A D | fips.module.sources | 125 crypto/ctype.c 396 include/crypto/ctype.h
|
H A D | fips-sources.checksums | 125 66dbfc58916709d5a6913777346083247942a8d9458ee9b2bf443f0ea4988d64 crypto/ctype.c 396 6c72cfa9e59d276c1debcfd36a0aff277539b43d2272267147fad4165d72747c include/crypto/ctype.h
|
/openssl/ssl/record/methods/ |
H A D | tls_common.c | 1730 unsigned char ctype = thistempl->type; in tls_post_encryption_processing_default() local 1733 &ctype, 1, rl->cbarg); in tls_post_encryption_processing_default()
|
/openssl/ssl/statem/ |
H A D | statem_clnt.c | 2587 OPENSSL_free(s->s3.tmp.ctype); in tls_process_certificate_request() 2588 s->s3.tmp.ctype = NULL; in tls_process_certificate_request() 2627 if (!PACKET_memdup(&ctypes, &s->s3.tmp.ctype, &s->s3.tmp.ctype_len)) { in tls_process_certificate_request()
|
/openssl/test/ |
H A D | build.info | 770 ../apps/lib/app_x509.c ../crypto/asn1/a_time.c ../crypto/ctype.c 1028 SOURCE[asn1_time_test]=asn1_time_test.c ../crypto/ctype.c \
|