Home
last modified time | relevance | path

Searched refs:PLEN (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.nist_kw.data145 KW AES-128 wrap CAVS 17.4 COUNT 0 PLEN 16 [#1]
149 KW AES-128 wrap CAVS 17.4 COUNT 0 PLEN 16 [#2]
153 KW AES-128 wrap CAVS 17.4 COUNT 0 PLEN 32
157 KW AES-128 wrap CAVS 17.4 COUNT 0 PLEN 24
161 KW AES-192 wrap CAVS 17.4 COUNT 0 PLEN 16
165 KW AES-192 wrap CAVS 17.4 COUNT 0 PLEN 32
169 KW AES-192 wrap CAVS 17.4 COUNT 0 PLEN 24
173 KW AES-256 wrap CAVS 17.4 COUNT 0 PLEN 16
177 KW AES-256 wrap CAVS 17.4 COUNT 0 PLEN 32
181 KW AES-256 wrap CAVS 17.4 COUNT 0 PLEN 24
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pdepay.c339 guint8 PLEN, PEBIT; in gst_rtp_h263p_depay_process() local
368 PLEN = ((payload[0] & 0x1) << 5) | (payload[1] >> 3); in gst_rtp_h263p_depay_process()
371 GST_LOG_OBJECT (depayload, "P %d, V %d, PLEN %d, PEBIT %d", P, V, PLEN, in gst_rtp_h263p_depay_process()
377 if (PLEN) { in gst_rtp_h263p_depay_process()
378 header_len += PLEN; in gst_rtp_h263p_depay_process()