Home
last modified time | relevance | path

Searched refs:tbs (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/scripts/
Dsign-file198 my $tbs = asn1_extract($cert->[1], $UNIV | $CONS | $SEQUENCE);
199 my $version = asn1_extract($tbs->[1], $CONT | $CONS | 0, 1);
200 my $serial_number = asn1_extract($tbs->[1], $UNIV | $INTEGER);
201 my $sig_type = asn1_extract($tbs->[1], $UNIV | $CONS | $SEQUENCE);
202 my $issuer = asn1_extract($tbs->[1], $UNIV | $CONS | $SEQUENCE);
203 my $validity = asn1_extract($tbs->[1], $UNIV | $CONS | $SEQUENCE);
204 my $subject = asn1_extract($tbs->[1], $UNIV | $CONS | $SEQUENCE);
205 my $key = asn1_extract($tbs->[1], $UNIV | $CONS | $SEQUENCE);
206 my $issuer_uid = asn1_extract($tbs->[1], $CONT | $CONS | 1, 1);
207 my $subject_uid = asn1_extract($tbs->[1], $CONT | $CONS | 2, 1);
[all …]
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dconfig.c405 lnet_free_text_bufs(struct list_head *tbs) in lnet_free_text_bufs() argument
409 while (!list_empty(tbs)) { in lnet_free_text_bufs()
410 ltb = list_entry(tbs->next, struct lnet_text_buf_t, ltb_list); in lnet_free_text_bufs()
418 lnet_str2tbs_sep(struct list_head *tbs, char *str) in lnet_str2tbs_sep() argument
471 list_splice(&pending, tbs->prev); in lnet_str2tbs_sep()
501 lnet_str2tbs_expand(struct list_head *tbs, char *str) in lnet_str2tbs_expand() argument
576 list_splice(&pending, tbs->prev); in lnet_str2tbs_expand()
773 lnet_parse_route_tbs(struct list_head *tbs, int *im_a_router) in lnet_parse_route_tbs() argument
777 while (!list_empty(tbs)) { in lnet_parse_route_tbs()
778 ltb = list_entry(tbs->next, struct lnet_text_buf_t, ltb_list); in lnet_parse_route_tbs()
[all …]
/linux-4.1.27/crypto/asymmetric_keys/
Dx509_parser.h28 const void *tbs; /* Signed data */ member
Dx509_public_key.c182 ret = crypto_shash_finup(desc, cert->tbs, cert->tbs_size, digest); in x509_get_sig_params()
Dx509_cert_parser.c168 ctx->cert->tbs = value - hdrlen; in x509_note_tbs_certificate()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-fh.h522 struct iwl_tfd_tb tbs[IWL_NUM_OF_TBS]; member
/linux-4.1.27/drivers/media/rc/keymaps/
DMakefile86 rc-tbs-nec.o \
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dinternal.h398 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_tfd_tb_get_len()
Dtx.c342 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_tfd_tb_get_addr()
355 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_tfd_set_tb()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945.h585 struct il3945_tfd_tb tbs[4]; member
D3945.c634 tfd->tbs[count].addr = cpu_to_le32(addr); in il3945_hw_txq_attach_buf_to_tfd()
635 tfd->tbs[count].len = cpu_to_le32(len); in il3945_hw_txq_attach_buf_to_tfd()
677 pci_unmap_single(dev, le32_to_cpu(tfd->tbs[i].addr), in il3945_hw_txq_free_tfd()
678 le32_to_cpu(tfd->tbs[i].len), in il3945_hw_txq_free_tfd()
D4965-mac.c3883 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_addr()
3897 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_len()
3905 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_set_tb()
Dcommon.h2469 struct il_tfd_tb tbs[IL_NUM_OF_TBS]; member
/linux-4.1.27/Documentation/devicetree/bindings/
Dvendor-prefixes.txt191 tbs TBS Technologies
/linux-4.1.27/arch/arm/boot/dts/
Dimx6q-tbs2910.dts56 compatible = "tbs,imx6q-tbs2910", "fsl,imx6q";