Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_crypto_lib.c315 mbedtls_asn1_sequence seq; in crypto_verify_signature() local
378 ret = mbedtls_asn1_get_sequence_of(&p, end, &seq, MBEDTLS_ASN1_INTEGER); in crypto_verify_signature()
385 if (seq.next->next != NULL) { in crypto_verify_signature()
386 cur = seq.next; in crypto_verify_signature()
407 cur = &seq; in crypto_verify_signature()
432 mbedtls_free(seq.next); in crypto_verify_signature()
/rk3399_ARM-atf/include/plat/marvell/armada/a8k/common/
H A Darmada_common.h104 uint32_t seq[PMIC_GPIO_MAX_TOGGLE_STEP]; member
/rk3399_ARM-atf/plat/marvell/armada/a8k/a80x0/board/
H A Dmarvell_plat_config.c171 .cfg.gpio.seq = {1, 0, 1, 0, 1, 0, 1},
/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci_protocol.h79 uint8_t seq; member
H A Dti_sci.c75 hdr->seq = ++message_sequence; in ti_sci_setup_one_xfer()
120 if (hdr->seq == message_sequence) in ti_sci_get_response()
123 WARN("Message with sequence ID %u is not expected\n", hdr->seq); in ti_sci_get_response()
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/
H A Dplat_pm.c538 tog_bits = pm_cfg->cfg.gpio.seq[idx]; in plat_marvell_power_off_gpio()
/rk3399_ARM-atf/tools/tlc/
H A Dpoetry.lock1134 …is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and…