Home
last modified time | relevance | path

Searched refs:macs (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dh264dsp_neon.S295 .macro biweight_16 macs, macd
306 \macs q2, d1, d22
308 \macs q3, d1, d23
316 \macs q12, d1, d30
318 \macs q13, d1, d31
335 .macro biweight_8 macs, macd
345 \macs q1, d1, d5
351 \macs q10, d1, d7
365 .macro biweight_4 macs, macd
377 \macs q1, d1, d5
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dh264dsp_neon.S592 .macro biweight_16 macs, macd
602 \macs v4.8H, v1.8B, v22.8B
603 \macs\()2 v6.8H, v1.16B, v22.16B
610 \macs v24.8H, v1.8B, v30.8B
611 \macs\()2 v26.8H, v1.16B, v30.16B
628 .macro biweight_8 macs, macd
637 \macs v2.8H, v1.8B, v5.8B
641 \macs v20.8H, v1.8B, v7.8B
654 .macro biweight_4 macs, macd
665 \macs v2.8H, v1.8B, v5.8B
[all …]
/third_party/openssl/providers/implementations/
Dbuild.info1 SUBDIRS=digests ciphers rands macs kdfs exchange keymgmt signature asymciphers \
/third_party/openssl/ssl/record/
Dssl3_record.c962 SSL_MAC_BUF *macs, size_t macsize) in tls1_enc() argument
1203 if (macs != NULL) { in tls1_enc()
1207 macs[0].alloced = 0; in tls1_enc()
1210 (void **)&macs[0].mac, in tls1_enc()
1262 (macs != NULL) ? &macs[ctr].mac : NULL, in tls1_enc()
1263 (macs != NULL) ? &macs[ctr].alloced in tls1_enc()
/third_party/openssl/apps/
Dlist.c259 STACK_OF(EVP_MAC) *macs = sk_EVP_MAC_new(mac_cmp); in list_macs()
262 if (macs == NULL) { in list_macs()
267 EVP_MAC_do_all_provided(app_get0_libctx(), collect_macs, macs); in list_macs()
268 sk_EVP_MAC_sort(macs); in list_macs()
269 for (i = 0; i < sk_EVP_MAC_num(macs); i++) { in list_macs()
270 const EVP_MAC *m = sk_EVP_MAC_value(macs, i); in list_macs()
299 sk_EVP_MAC_pop_free(macs, EVP_MAC_free); in list_macs()
/third_party/openssl/providers/
Dfips.module.sources565 providers/implementations/macs/cmac_prov.c
566 providers/implementations/macs/gmac_prov.c
567 providers/implementations/macs/hmac_prov.c
568 providers/implementations/macs/kmac_prov.c
Dfips-sources.checksums565 aeb42590728ca87b916b8a3d337351b1c82ee0747213e5ce740c2350b3db7185 providers/implementations/macs/cm…
566 e69aa06f8f3c6f5a26702b9f44a844b8589b99dc0ee590953a29e8b9ef10acbe providers/implementations/macs/gm…
567 895c8dc7235b9ad5ff893be0293cbc245a5455e8850195ac7d446646e4ea71d0 providers/implementations/macs/hm…
568 aa7ba1d39ea4e3347294eb50b4dfcb895ef1a22bd6117d3b076a74e9ff11c242 providers/implementations/macs/km…
/third_party/openssl/
DBUILD.gn653 "providers/implementations/macs/blake2b_mac.c",
654 "providers/implementations/macs/blake2s_mac.c",
655 "providers/implementations/macs/cmac_prov.c",
656 "providers/implementations/macs/gmac_prov.c",
657 "providers/implementations/macs/hmac_prov.c",
658 "providers/implementations/macs/kmac_prov.c",
659 "providers/implementations/macs/poly1305_prov.c",
660 "providers/implementations/macs/siphash_prov.c",
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_end2end_tests_expectations.txt179 // Skipped because intel macs use a GPU family that doesn't support swizzle
/third_party/rust/crates/libc/src/
Dpsp.rs2116 pub macs: [[u8; 6usize]; 16usize],
3847 macs: *mut u8, in sceNetAdhocctlCreateEnterGameMode()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h71233 __u8 macs[0]; member