Home
last modified time | relevance | path

Searched refs:ipad (Results 1 – 13 of 13) sorted by relevance

/third_party/mbedtls/library/
Dmd.c348 unsigned char *ipad, *opad; in mbedtls_md_hmac_starts() local
367 ipad = (unsigned char *) ctx->hmac_ctx; in mbedtls_md_hmac_starts()
370 memset( ipad, 0x36, ctx->md_info->block_size ); in mbedtls_md_hmac_starts()
375 ipad[i] = (unsigned char)( ipad[i] ^ key[i] ); in mbedtls_md_hmac_starts()
381 if( ( ret = ctx->md_info->update_func( ctx->md_ctx, ipad, in mbedtls_md_hmac_starts()
426 unsigned char *ipad; in mbedtls_md_hmac_reset() local
431 ipad = (unsigned char *) ctx->hmac_ctx; in mbedtls_md_hmac_reset()
435 return( ctx->md_info->update_func( ctx->md_ctx, ipad, in mbedtls_md_hmac_reset()
/third_party/uboot/u-boot-2020.01/tools/
Denvcrc.c75 int ipad = 0xff; in main() local
77 sscanf(argv[1] + 9, "%i", &ipad); in main()
78 pad = ipad; in main()
/third_party/grpc/examples/objective-c/
DBUILD56 "ipad",
113 "ipad",
/third_party/grpc/src/objective-c/examples/
DBUILD77 "ipad",
100 "ipad",
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c628 GstOggPad *ipad = in gst_ogg_demux_chain_peer() local
630 if (!ipad->map.index) in gst_ogg_demux_chain_peer()
632 beyond = ipad->map.n_index in gst_ogg_demux_chain_peer()
633 && ipad->map.index[ipad->map.n_index - 1].offset >= length; in gst_ogg_demux_chain_peer()
636 if (ipad->discont) { in gst_ogg_demux_chain_peer()
639 g_free (ipad->map.index); in gst_ogg_demux_chain_peer()
640 ipad->map.index = NULL; in gst_ogg_demux_chain_peer()
641 ipad->map.n_index = 0; in gst_ogg_demux_chain_peer()
645 while (ipad->map.n_index > 0 in gst_ogg_demux_chain_peer()
646 && ipad->map.index[ipad->map.n_index - 1].offset >= length) in gst_ogg_demux_chain_peer()
[all …]
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c790 GstAudioInterleavePad *ipad = GST_AUDIO_INTERLEAVE_PAD (l->data); in gst_audio_interleave_release_pad() local
792 if (GST_AUDIO_INTERLEAVE_PAD (pad)->channel < ipad->channel) in gst_audio_interleave_release_pad()
793 ipad->channel--; in gst_audio_interleave_release_pad()
/third_party/skia/gn/
Dios.gni88 "ipad",
/third_party/grpc/src/objective-c/tests/
DBUILD83 "ipad",
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.c606 GstInterleavePad *ipad = GST_INTERLEAVE_PAD (l->data); in gst_interleave_release_pad() local
608 if (GST_INTERLEAVE_PAD_CAST (pad)->channel < ipad->channel) in gst_interleave_release_pad()
609 ipad->channel--; in gst_interleave_release_pad()
/third_party/typescript/tests/baselines/reference/
DfixSignatureCaching.errors.txt353 tabletPattern: /android|ipad|playbook|silk/i
DfixSignatureCaching.types5 …w)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i, tabletPattern: /android|ipad|playbook|silk/i …
6 …w)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i, tabletPattern: /android|ipad|playbook|silk/i …
7 …w)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i, tabletPattern: /android|ipad|playbook|silk/i …
12 …w)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i, tabletPattern: /android|ipad|playbook|silk/i …
14 …w)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i, tabletPattern: /android|ipad|playbook|silk/i …
1050 …w)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i, tabletPattern: /android|ipad|playbook|silk/i …
1054 …w)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i, tabletPattern: /android|ipad|playbook|silk/i …
1064 tabletPattern: /android|ipad|playbook|silk/i
1066 >/android|ipad|playbook|silk/i : RegExp
DfixSignatureCaching.symbols769 tabletPattern: /android|ipad|playbook|silk/i
/third_party/mbedtls/
DChangeLog3526 required HMAC ipad and opad variables are not cleared.