/third_party/mbedtls/library/ |
D | psa_crypto_mac.c | 37 mbedtls_platform_zeroize( hmac->opad, sizeof( hmac->opad ) ); in psa_hmac_abort_internal() 63 if( block_size > sizeof( hmac->opad ) ) in psa_hmac_setup_internal() 91 hmac->opad[i] = ipad[i] ^ 0x36 ^ 0x5C; in psa_hmac_setup_internal() 92 memset( hmac->opad + key_length, 0x5C, block_size - key_length ); in psa_hmac_setup_internal() 134 status = psa_hash_update( &hmac->hash_ctx, hmac->opad, block_size ); in psa_hmac_finish_internal()
|
D | md.c | 629 unsigned char *ipad, *opad; in mbedtls_md_hmac_starts() local 649 opad = (unsigned char *) ctx->hmac_ctx + ctx->md_info->block_size; in mbedtls_md_hmac_starts() 652 memset( opad, 0x5C, ctx->md_info->block_size ); in mbedtls_md_hmac_starts() 657 opad[i] = (unsigned char)( opad[i] ^ key[i] ); in mbedtls_md_hmac_starts() 684 unsigned char *opad; in mbedtls_md_hmac_finish() local 689 opad = (unsigned char *) ctx->hmac_ctx + ctx->md_info->block_size; in mbedtls_md_hmac_finish() 695 if( ( ret = mbedtls_md_update( ctx, opad, in mbedtls_md_hmac_finish()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 224 GstPad *opad = NULL; in gst_stream_get_other_pad_from_pad() local 227 opad = gst_object_ref (spad->pad); in gst_stream_get_other_pad_from_pad() 229 opad = g_weak_ref_get (&spad->otherpad); in gst_stream_get_other_pad_from_pad() 231 if (!opad) in gst_stream_get_other_pad_from_pad() 234 return opad; in gst_stream_get_other_pad_from_pad() 243 GstPad *opad; in gst_stream_synchronizer_iterate_internal_links() local 245 opad = in gst_stream_synchronizer_iterate_internal_links() 247 if (opad) { in gst_stream_synchronizer_iterate_internal_links() 251 g_value_set_object (&value, opad); in gst_stream_synchronizer_iterate_internal_links() 254 gst_object_unref (opad); in gst_stream_synchronizer_iterate_internal_links() [all …]
|
D | gstparsebin.c | 2080 GstPad *opad = GST_PAD_CAST (l->data); in connect_pad() local 2083 ocaps = get_pad_caps (opad); in connect_pad() 2084 analyze_new_pad (parsebin, pelem->element, opad, ocaps, chain); in connect_pad() 2088 gst_object_unref (opad); in connect_pad() 2205 GstPad *opad = GST_PAD_CAST (l->data); in connect_pad() local 2208 ocaps = get_pad_caps (opad); in connect_pad() 2209 analyze_new_pad (parsebin, pelem->element, opad, ocaps, chain); in connect_pad() 2213 gst_object_unref (opad); in connect_pad() 2479 GstPad *opad = ppad->pad; in pad_removed_cb() local 2481 if (pad == opad) { in pad_removed_cb() [all …]
|
D | gstdecodebin2.c | 2681 GstPad *opad = to_connect->data; in connect_pad() local 2686 ocaps = get_pad_caps (opad); in connect_pad() 2688 analyze_new_pad (dbin, delem->element, opad, ocaps, chain, in connect_pad() 2697 expose_data->pad = gst_object_ref (opad); in connect_pad() 2701 gst_object_unref (opad); in connect_pad() 3246 GstPad *opad = ppad->pad; in pad_removed_cb() local 3248 if (pad == opad) { in pad_removed_cb() 5241 GstPad *opad; in gst_decode_pad_set_blocked() local 5247 opad = gst_ghost_pad_get_target (GST_GHOST_PAD_CAST (dpad)); in gst_decode_pad_set_blocked() 5248 if (!opad) in gst_decode_pad_set_blocked() [all …]
|
D | gstplaysink.c | 4300 GstPad *opad = in video_set_blocked() local 4310 gst_pad_add_probe (opad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, in video_set_blocked() 4313 gst_pad_remove_probe (opad, playsink->video_block_id); in video_set_blocked() 4318 gst_object_unref (opad); in video_set_blocked() 4326 GstPad *opad = in audio_set_blocked() local 4336 gst_pad_add_probe (opad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, in audio_set_blocked() 4344 gst_pad_remove_probe (opad, playsink->audio_block_id); in audio_set_blocked() 4349 gst_object_unref (opad); in audio_set_blocked() 4357 GstPad *opad = in text_set_blocked() local 4367 gst_pad_add_probe (opad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, in text_set_blocked() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdbin.c | 364 dvdbin_dump_timing_info (GstPad * opad, in dvdbin_dump_timing_info() argument 378 GST_DEBUG_PAD_NAME (opad), in dvdbin_dump_timing_info() 389 " (to %" GST_TIME_FORMAT ")\n", GST_DEBUG_PAD_NAME (opad), in dvdbin_dump_timing_info() 392 g_print ("%s:%s FLUSHED\n", GST_DEBUG_PAD_NAME (opad)); in dvdbin_dump_timing_info() 398 "\n", GST_DEBUG_PAD_NAME (opad), GST_TIME_ARGS (GST_BUFFER_PTS (buf)), in dvdbin_dump_timing_info() 883 dvdbin_pad_blocked_cb (GstPad * opad, in dvdbin_pad_blocked_cb() argument 896 GST_DEBUG_OBJECT (opad, "Pad block -> subpicture pad"); in dvdbin_pad_blocked_cb() 911 gst_pad_remove_probe (opad, pad_block_id); in dvdbin_pad_blocked_cb() 913 GST_DEBUG_OBJECT (opad, "Pad block -> audio pad"); in dvdbin_pad_blocked_cb() 927 gst_pad_remove_probe (opad, pad_block_id); in dvdbin_pad_blocked_cb() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccextractor.c | 138 GstPad *opad = NULL; in gst_cc_extractor_iterate_internal_links() local 141 opad = filter->srcpad; in gst_cc_extractor_iterate_internal_links() 143 opad = filter->sinkpad; in gst_cc_extractor_iterate_internal_links() 145 if (opad) { in gst_cc_extractor_iterate_internal_links() 149 g_value_set_object (&value, opad); in gst_cc_extractor_iterate_internal_links()
|
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/ |
D | gstvideoframe-audiolevel.c | 753 GstPad *opad; in gst_videoframe_audiolevel_iterate_internal_links() local 758 opad = gst_object_ref (self->asrcpad); in gst_videoframe_audiolevel_iterate_internal_links() 760 opad = gst_object_ref (self->asinkpad); in gst_videoframe_audiolevel_iterate_internal_links() 762 opad = gst_object_ref (self->vsrcpad); in gst_videoframe_audiolevel_iterate_internal_links() 764 opad = gst_object_ref (self->vsinkpad); in gst_videoframe_audiolevel_iterate_internal_links() 769 g_value_set_object (&val, opad); in gst_videoframe_audiolevel_iterate_internal_links() 773 gst_object_unref (opad); in gst_videoframe_audiolevel_iterate_internal_links()
|
/third_party/mbedtls/include/psa/ |
D | crypto_builtin_composites.h | 55 uint8_t MBEDTLS_PRIVATE(opad)[PSA_HMAC_MAX_HASH_BLOCK_SIZE];
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.c | 951 uint8_t ipad[128], opad[128]; /* keyed hash inner/outer pads */ local 978 memset(opad, 0, blocklen); 980 memcpy(opad, key, keylen); 985 opad[i] ^= 0x5c; 996 sctp_hmac_update(hmac_algo, &ctx, opad, blocklen); 1011 uint8_t ipad[128], opad[128]; /* keyed hash inner/outer pads */ local 1038 memset(opad, 0, blocklen); 1040 memcpy(opad, key, keylen); 1045 opad[i] ^= 0x5c; 1075 sctp_hmac_update(hmac_algo, &ctx, opad, blocklen);
|
/third_party/gstreamer/gstplugins_bad/gst/timecode/ |
D | gstavwait.c | 1379 GstPad *opad; in gst_avwait_iterate_internal_links() local 1384 opad = gst_object_ref (self->asrcpad); in gst_avwait_iterate_internal_links() 1386 opad = gst_object_ref (self->asinkpad); in gst_avwait_iterate_internal_links() 1388 opad = gst_object_ref (self->vsrcpad); in gst_avwait_iterate_internal_links() 1390 opad = gst_object_ref (self->vsinkpad); in gst_avwait_iterate_internal_links() 1395 g_value_set_object (&val, opad); in gst_avwait_iterate_internal_links() 1399 gst_object_unref (opad); in gst_avwait_iterate_internal_links()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 610 GstOggPadData *opad = NULL; /* "oldest" pad */ in gst_ogg_mux_dequeue_page() local 680 opad = pad; in gst_ogg_mux_dequeue_page() 688 opad = pad; in gst_ogg_mux_dequeue_page() 696 g_assert (opad); in gst_ogg_mux_dequeue_page() 697 buf = g_queue_pop_head (opad->pagebuffers); in gst_ogg_mux_dequeue_page() 698 GST_LOG_OBJECT (opad->collect.pad, in gst_ogg_mux_dequeue_page() 702 *flowret = gst_ogg_mux_push_buffer (mux, buf, opad); in gst_ogg_mux_dequeue_page()
|
/third_party/gstreamer/gstplugins_good/gst/multipart/ |
D | multipartdemux.c | 268 GstMultipartPad *opad = (GstMultipartPad *) walk->data; in gst_multipart_combine_flows() local 270 ret = opad->last_ret; in gst_multipart_combine_flows()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.c | 1173 GstPad *opad, *sinkpad, *srcpad; in gst_multi_queue_iterate_internal_links() local 1186 opad = srcpad; in gst_multi_queue_iterate_internal_links() 1190 opad = sinkpad; in gst_multi_queue_iterate_internal_links() 1200 g_value_set_object (&val, opad); in gst_multi_queue_iterate_internal_links() 1204 gst_object_unref (opad); in gst_multi_queue_iterate_internal_links()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | da.txt | 1125 downwards_upwards_arrows{"pile, der peger opad og nedad"} 1187 upwards_arrows{"pile, der peger opad"}
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | da.txt | 1222 downwards_upwards_arrows{"pile, der peger opad og nedad"} 1284 upwards_arrows{"pile, der peger opad"}
|
/third_party/icu/icu4c/source/data/locales/ |
D | da.txt | 1222 downwards_upwards_arrows{"pile, der peger opad og nedad"} 1284 upwards_arrows{"pile, der peger opad"}
|
/third_party/mbedtls/ |
D | ChangeLog | 4620 required HMAC ipad and opad variables are not cleared.
|