Searched refs:data_type (Results 1 – 8 of 8) sorted by relevance
167 def get_data(self, data_type): argument273 if data_type == 'good':275 elif data_type == 'no-signoff':277 elif data_type == 'no-license':279 elif data_type == 'spaces':281 elif data_type == 'indent':287 def setup_data(self, data_type): argument290 data = self.get_data(data_type)
458 ctx->msg->data_type = ctx->last_oid; in pkcs7_note_content()498 if (content_type != ctx->msg->data_type) {500 ctx->msg->data_type, sinfo->index,528 if (ctx->msg->data_type != OID_msIndirectData &&529 ctx->msg->data_type != OID_data) {531 if (ctx->msg->data_type != OID_msIndirectData) {552 if (ctx->msg->data_type != OID_msIndirectData) {584 if (ctx->msg->data_type != OID_msIndirectData &&666 if (ctx->msg->data_type == OID_msIndirectData && !sinfo->authattrs) {
593 if (pkcs7->data_type != OID_data) { in pkcs7_verify()603 if (pkcs7->data_type != OID_data) { in pkcs7_verify()613 if (pkcs7->data_type != OID_msIndirectData) { in pkcs7_verify()620 if (pkcs7->data_type != OID_data) { in pkcs7_verify()
64 enum OID data_type; /* Type of Data */ member
438 int data_type; /* best guess about the data type: member
939 if (s->strm->data_type == Z_UNKNOWN)940 s->strm->data_type = detect_data_type(s);
922 strm->data_type = state->bits + (state->last ? 64 : 0) + in inflate()
403 strm->data_type = Z_UNKNOWN;
Completed in 25 milliseconds