Searched refs:data_type (Results 1 – 12 of 12) sorted by relevance
| /lib/efi_loader/ |
| A D | efi_ipconfig.c | 38 enum efi_ip4_config2_data_type data_type, in efi_ip4_config2_set_data() argument 42 EFI_ENTRY("%p, %d, %zu, %p", this, data_type, data_size, data); in efi_ip4_config2_set_data() 48 switch (data_type) { in efi_ip4_config2_set_data() 96 enum efi_ip4_config2_data_type data_type, in efi_ip4_config2_get_data() argument 100 EFI_ENTRY("%p, %d, %p, %p", this, data_type, data_size, data); in efi_ip4_config2_get_data() 114 switch (data_type) { in efi_ip4_config2_get_data() 162 enum efi_ip4_config2_data_type data_type, in efi_ip4_config2_register_notify() argument 165 EFI_ENTRY("%p, %d, %p", this, data_type, event); in efi_ip4_config2_register_notify() 184 enum efi_ip4_config2_data_type data_type, in efi_ip4_config2_unregister_notify() argument 187 EFI_ENTRY("%p, %d, %p", this, data_type, event); in efi_ip4_config2_unregister_notify()
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | audit-validity-dates.py | 55 def __init__(self, data_type: DataType, x509_obj): 56 self.data_type = data_type 76 if self.data_type == DataType.CRT: 81 elif self.data_type == DataType.CRL: 85 elif self.data_type == DataType.CSR: 111 def __generate_parser(self, data_type: DataType): 113 tag = self.PEM_TAGS[data_type] 136 for data_type, _ in self.PEM_TAGS.items(): 137 self.parsers[data_type] = self.__generate_parser(data_type) 232 for data_type in list(DataType): [all …]
|
| /lib/crypto/ |
| A D | pkcs7_parser.c | 431 ctx->msg->data_type = ctx->last_oid; in pkcs7_note_content() 471 if (content_type != ctx->msg->data_type) { 473 ctx->msg->data_type, sinfo->index, 501 if (ctx->msg->data_type != OID_msIndirectData && 502 ctx->msg->data_type != OID_data) { 504 if (ctx->msg->data_type != OID_msIndirectData) { 525 if (ctx->msg->data_type != OID_msIndirectData) { 557 if (ctx->msg->data_type != OID_msIndirectData && 639 if (ctx->msg->data_type == OID_msIndirectData && !sinfo->authattrs) {
|
| A D | pkcs7_verify.c | 594 if (pkcs7->data_type != OID_data) { in pkcs7_verify() 604 if (pkcs7->data_type != OID_data) { in pkcs7_verify() 614 if (pkcs7->data_type != OID_msIndirectData) { in pkcs7_verify() 621 if (pkcs7->data_type != OID_data) { in pkcs7_verify()
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_table.c | 201 switch (col_def->data_type) { in snmp_table_simple_get_instance() 213 …P_DEBUG, ("snmp_table_simple_get_instance(): unknown column data_type: %d\n", col_def->data_type)); in snmp_table_simple_get_instance() 293 switch (col_def->data_type) { in snmp_table_simple_get_next_instance() 305 …P_DEBUG, ("snmp_table_simple_get_instance(): unknown column data_type: %d\n", col_def->data_type)); in snmp_table_simple_get_next_instance()
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | pkcs7.h | 148 int data_type; /* Type of Data */ member
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp_table.h | 101 …snmp_table_column_data_type_t data_type; /* depending of what union member is used to store the va… member
|
| /lib/mbedtls/ |
| A D | pkcs7_parser.c | 242 msg->data_type = pkcs7_ctx->content_data.data_type; in x509_populate_content_data()
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | pkcs7.c | 547 pkcs7->content_data.data_type = MBEDTLS_OID_DATA; in pkcs7_get_signed_data() 550 pkcs7->content_data.data_type = MBEDTLS_OID_MS_INDIRECTDATA; in pkcs7_get_signed_data()
|
| /lib/zlib/ |
| A D | trees.c | 937 if (s->strm->data_type == Z_UNKNOWN) 938 s->strm->data_type = detect_data_type(s);
|
| A D | inflate.c | 943 strm->data_type = state->bits + (state->last ? 64 : 0) + in inflate()
|
| A D | deflate.c | 395 strm->data_type = Z_UNKNOWN;
|
Completed in 32 milliseconds