Home
last modified time | relevance | path

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

/openssl-master/crypto/objects/
A Dobjects.txt1136 set-ctype 0 : setct-PANData
1137 set-ctype 1 : setct-PANToken
1138 set-ctype 2 : setct-PANOnly
1139 set-ctype 3 : setct-OIData
1140 set-ctype 4 : setct-PI
1141 set-ctype 5 : setct-PIData
1143 set-ctype 7 : setct-HODInput
1149 set-ctype 13 : setct-PI-TBS
1150 set-ctype 14 : setct-PResData
1161 set-ctype 26 : setct-CapReqTBS
[all …]
/openssl-master/include/crypto/
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-master/crypto/cms/
A Dcms_ess.c385 ASN1_OBJECT *ctype; in ossl_cms_encode_Receipt() local
399 ctype = CMS_signed_get0_data_by_OBJ(si, in ossl_cms_encode_Receipt()
402 if (!ctype) { in ossl_cms_encode_Receipt()
408 rct.contentType = ctype; in ossl_cms_encode_Receipt()
A Dcms_sd.c131 ASN1_OBJECT *ctype = cms->d.signedData->encapContentInfo->eContentType; in cms_set_si_contentType_attr() local
135 V_ASN1_OBJECT, ctype, -1) > 0; in cms_set_si_contentType_attr()
/openssl-master/util/
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-master/crypto/
A Dbuild.info63 # provider module that uses it. ctype.c is included here because the CPUID
65 $CPUID_COMMON=$CPUIDASM cpuid.c ctype.c
/openssl-master/ssl/
A Dssl_cert.c159 if (cert->ctype) { in ssl_cert_dup()
160 ret->ctype = OPENSSL_memdup(cert->ctype, cert->ctype_len); in ssl_cert_dup()
161 if (ret->ctype == NULL) in ssl_cert_dup()
240 OPENSSL_free(c->ctype); in ssl_cert_free()
A Ds3_lib.c3358 OPENSSL_free(s->s3.tmp.ctype); in ssl3_free()
3377 OPENSSL_free(s->s3.tmp.ctype); in ssl3_clear()
3667 *pctype = s->s3.tmp.ctype; in ssl3_ctrl()
4309 if (s->cert->ctype) in ssl3_get_req_cert_type()
4310 return WPACKET_memcpy(pkt, s->cert->ctype, s->cert->ctype_len); in ssl3_get_req_cert_type()
4357 OPENSSL_free(c->ctype); in ssl3_set_req_cert_type()
4358 c->ctype = NULL; in ssl3_set_req_cert_type()
4364 c->ctype = OPENSSL_memdup(p, len); in ssl3_set_req_cert_type()
4365 if (c->ctype == NULL) in ssl3_set_req_cert_type()
A Dssl_local.h1314 uint8_t *ctype; member
2014 uint8_t *ctype; member
A Dt1_lib.c2801 const uint8_t *ctypes = s->s3.tmp.ctype; in tls1_check_chain()
/openssl-master/ssl/record/
A Drec_layer_s3.c1095 unsigned char ctype = type; in do_ssl3_write() local
1098 &ctype, 1, s, s->msg_callback_arg); in do_ssl3_write()
/openssl-master/providers/
A Dfips.module.sources110 crypto/ctype.c
345 include/crypto/ctype.h
A Dfips-sources.checksums110 a3d146afa1d66cc3bbfdc7c106f262b679bb5aecce54e8dee732ae9b3e3333db crypto/ctype.c
345 5ee1ea30382bef9869f29b6610665ca304f3b9cf3653746a2d02c64b1a24f103 include/crypto/ctype.h
/openssl-master/ssl/statem/
A Dstatem_clnt.c2349 OPENSSL_free(s->s3.tmp.ctype); in tls_process_certificate_request()
2350 s->s3.tmp.ctype = NULL; in tls_process_certificate_request()
2389 if (!PACKET_memdup(&ctypes, &s->s3.tmp.ctype, &s->s3.tmp.ctype_len)) { in tls_process_certificate_request()

Completed in 54 milliseconds