Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 8 of 8) sorted by relevance

/u-boot/tools/patman/
A Dtest_checkpatch.py167 def GetData(self, data_type): argument
273 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 SetupData(self, data_type): argument
290 data = self.GetData(data_type)
/u-boot/lib/crypto/
A Dpkcs7_parser.c458 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) {
A Dpkcs7_verify.c589 if (pkcs7->data_type != OID_data) { in pkcs7_verify()
599 if (pkcs7->data_type != OID_data) { in pkcs7_verify()
609 if (pkcs7->data_type != OID_msIndirectData) { in pkcs7_verify()
616 if (pkcs7->data_type != OID_data) { in pkcs7_verify()
/u-boot/include/crypto/
A Dpkcs7_parser.h64 enum OID data_type; /* Type of Data */ member
/u-boot/include/u-boot/
A Dzlib.h438 int data_type; /* best guess about the data type: member
/u-boot/lib/zlib/
A Dtrees.c939 if (s->strm->data_type == Z_UNKNOWN)
940 s->strm->data_type = detect_data_type(s);
A Dinflate.c922 strm->data_type = state->bits + (state->last ? 64 : 0) + in inflate()
A Ddeflate.c366 strm->data_type = Z_UNKNOWN;

Completed in 14 milliseconds