Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 20 of 20) sorted by relevance

/openssl/include/internal/
H A Dpriority_queue.h19 # 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 Dobjects.txt1241 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 Dsparse_array.h23 # 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 Dfast-param-find.md48 '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 Dcms_ess.c387 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 Dcms_sd.c129 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 Dfix-includes.sed2 …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 Dbuild.info23 SHARED_SOURCE[$LIBSSL]=../../crypto/getenv.c ../../crypto/ctype.c
H A Dquic_rx_depack.c1388 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 Dquic_txp.c357 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 Dbuild.info67 # 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 Dssl_cert.c190 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 Ds3_lib.c3420 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 Dssl_local.h1307 uint8_t *ctype; member
2047 uint8_t *ctype; member
H A Dt1_lib.c3406 const uint8_t *ctypes = s->s3.tmp.ctype; in tls1_check_chain()
/openssl/ssl/record/methods/
H A Dtls_common.c1730 unsigned char ctype = thistempl->type; in tls_post_encryption_processing_default() local
1733 &ctype, 1, rl->cbarg); in tls_post_encryption_processing_default()
/openssl/providers/
H A Dfips.module.sources125 crypto/ctype.c
396 include/crypto/ctype.h
H A Dfips-sources.checksums125 66dbfc58916709d5a6913777346083247942a8d9458ee9b2bf443f0ea4988d64 crypto/ctype.c
396 6c72cfa9e59d276c1debcfd36a0aff277539b43d2272267147fad4165d72747c include/crypto/ctype.h
/openssl/ssl/statem/
H A Dstatem_clnt.c2586 OPENSSL_free(s->s3.tmp.ctype); in tls_process_certificate_request()
2587 s->s3.tmp.ctype = NULL; in tls_process_certificate_request()
2626 if (!PACKET_memdup(&ctypes, &s->s3.tmp.ctype, &s->s3.tmp.ctype_len)) { in tls_process_certificate_request()
/openssl/test/
H A Dbuild.info770 ../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 \

Completed in 117 milliseconds