Searched refs:ipad (Results 1 – 13 of 13) sorted by relevance
/third_party/mbedtls/library/ |
D | md.c | 348 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/ |
D | envcrc.c | 75 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/ |
D | BUILD | 56 "ipad", 113 "ipad",
|
/third_party/grpc/src/objective-c/examples/ |
D | BUILD | 77 "ipad", 100 "ipad",
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 628 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/ |
D | gstaudiointerleave.c | 790 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/ |
D | ios.gni | 88 "ipad",
|
/third_party/grpc/src/objective-c/tests/ |
D | BUILD | 83 "ipad",
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | interleave.c | 606 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/ |
D | fixSignatureCaching.errors.txt | 353 tabletPattern: /android|ipad|playbook|silk/i
|
D | fixSignatureCaching.types | 5 …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
|
D | fixSignatureCaching.symbols | 769 tabletPattern: /android|ipad|playbook|silk/i
|
/third_party/mbedtls/ |
D | ChangeLog | 3526 required HMAC ipad and opad variables are not cleared.
|