Home
last modified time | relevance | path

Searched defs:dst_len (Results 1 – 25 of 43) sorted by relevance

12

/external/boringssl/src/crypto/ec_extra/
Dhash_to_curve.c55 const uint8_t *dst, size_t dst_len) { in expand_message_xmd()
178 size_t dst_len, unsigned k, const uint8_t *msg, in hash_to_field2()
198 EC_SCALAR *out, const uint8_t *dst, size_t dst_len, in hash_to_scalar()
347 EC_RAW_POINT *out, const uint8_t *dst, size_t dst_len, in hash_to_curve()
405 size_t dst_len, const uint8_t *msg, in ec_hash_to_curve_p256_xmd_sha256_sswu()
426 const uint8_t *dst, size_t dst_len, in EC_hash_to_curve_p256_xmd_sha256_sswu()
438 size_t dst_len, const uint8_t *msg, in ec_hash_to_curve_p384_xmd_sha384_sswu()
459 const uint8_t *dst, size_t dst_len, in EC_hash_to_curve_p384_xmd_sha384_sswu()
470 const EC_GROUP *group, EC_SCALAR *out, const uint8_t *dst, size_t dst_len, in ec_hash_to_scalar_p384_xmd_sha384()
483 size_t dst_len, const uint8_t *msg, size_t msg_len) { in ec_hash_to_curve_p384_xmd_sha512_sswu_draft07()
[all …]
/external/cronet/third_party/boringssl/src/crypto/ec_extra/
Dhash_to_curve.c55 const uint8_t *dst, size_t dst_len) { in expand_message_xmd()
178 size_t dst_len, unsigned k, const uint8_t *msg, in hash_to_field2()
198 EC_SCALAR *out, const uint8_t *dst, size_t dst_len, in hash_to_scalar()
347 EC_RAW_POINT *out, const uint8_t *dst, size_t dst_len, in hash_to_curve()
405 size_t dst_len, const uint8_t *msg, in ec_hash_to_curve_p256_xmd_sha256_sswu()
426 const uint8_t *dst, size_t dst_len, in EC_hash_to_curve_p256_xmd_sha256_sswu()
438 size_t dst_len, const uint8_t *msg, in ec_hash_to_curve_p384_xmd_sha384_sswu()
459 const uint8_t *dst, size_t dst_len, in EC_hash_to_curve_p384_xmd_sha384_sswu()
470 const EC_GROUP *group, EC_SCALAR *out, const uint8_t *dst, size_t dst_len, in ec_hash_to_scalar_p384_xmd_sha384()
483 size_t dst_len, const uint8_t *msg, size_t msg_len) { in ec_hash_to_curve_p384_xmd_sha512_sswu_draft07()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/
Dhash_to_curve.c56 const uint8_t *dst, size_t dst_len) { in expand_message_xmd()
173 size_t dst_len, unsigned k, const uint8_t *msg, in hash_to_field2()
193 EC_SCALAR *out, const uint8_t *dst, size_t dst_len, in hash_to_scalar()
306 EC_RAW_POINT *out, const uint8_t *dst, size_t dst_len, in hash_to_curve()
341 size_t dst_len, const uint8_t *msg, size_t msg_len) { in ec_hash_to_curve_p384_xmd_sha512_sswu_draft07()
376 const EC_GROUP *group, EC_SCALAR *out, const uint8_t *dst, size_t dst_len, in ec_hash_to_scalar_p384_xmd_sha512_draft07()
/external/mesa3d/src/util/
Dbigmath.h34 _ubm_add_u32arr(uint32_t *dst, unsigned dst_len, in _ubm_add_u32arr()
67 _ubm_mul_u32arr(uint32_t *dst, unsigned dst_len, in _ubm_mul_u32arr()
/external/grpc-grpc/test/core/slice/
Dslice_buffer_test.cc66 size_t dst_len = 0; in test_slice_buffer_move_first() local
/external/wuffs-mirror-release-c/release/c/
Dwuffs-v0.3.c16423 size_t dst_len, in wuffs_base__pixel_swizzler__squash_align4_bgr_565_8888()
16454 size_t dst_len, in wuffs_base__pixel_swizzler__swap_rgb_bgr()
16482 size_t dst_len, in wuffs_base__pixel_swizzler__swap_rgbx_bgrx__sse42()
16527 size_t dst_len, in wuffs_base__pixel_swizzler__swap_rgbx_bgrx()
16556 size_t dst_len, in wuffs_base__pixel_swizzler__copy_1_1()
16570 size_t dst_len, in wuffs_base__pixel_swizzler__copy_2_2()
16586 size_t dst_len, in wuffs_base__pixel_swizzler__copy_3_3()
16602 size_t dst_len, in wuffs_base__pixel_swizzler__copy_4_4()
16618 size_t dst_len, in wuffs_base__pixel_swizzler__copy_8_8()
16636 size_t dst_len, in wuffs_base__pixel_swizzler__bgr_565__bgr()
[all …]
/external/mbedtls/library/
Dssl_tls13_keys.c104 unsigned char *dst, size_t *dst_len ) in ssl_tls13_hkdf_encode_label()
663 size_t *dst_len ) in ssl_tls13_calc_finished_core()
732 size_t dst_len, in mbedtls_ssl_tls13_calculate_verify_data()
/external/iproute2/include/uapi/linux/
Dfib_rules.h21 __u8 dst_len; member
/external/libnl/include/linux-private/linux/
Dfib_rules.h21 __u8 dst_len; member
/external/kernel-headers/original/uapi/linux/
Dfib_rules.h21 __u8 dst_len; member
/external/curl/tests/server/
Dgetpart.c208 size_t *dst_len, /* dest buffer data length */ in appenddata()
/external/libopus/src/
Drepacketizer.c317 opus_int32 dst_len; in opus_multistream_packet_unpad() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_parse.c18 void p2p_copy_filter_devname(char *dst, size_t dst_len, in p2p_copy_filter_devname()
/external/libfuse/lib/
Dbuffer.c296 size_t dst_len; in fuse_buf_copy() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/base64/
Dbase64.c451 size_t dst_len; in EVP_DecodeBlock() local
/external/boringssl/src/crypto/base64/
Dbase64.c465 size_t dst_len; in EVP_DecodeBlock() local
/external/cronet/third_party/boringssl/src/crypto/base64/
Dbase64.c465 size_t dst_len; in EVP_DecodeBlock() local
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc50 int dst_len = static_cast<int>(strlen(*dst)); in maybe_append_error_msg() local
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc50 int dst_len = static_cast<int>(strlen(*dst)); in maybe_append_error_msg() local
/external/libnl/tests/
Dnl-test-util.c509 size_t dst_len = 0; in _nltst_strtok() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c332 unsigned dst_len) in lp_build_swizzle_aos_n()
/external/harfbuzz_ng/src/
Dhb-ot-name-table.hh74 unsigned int dst_len = dst - text; in hb_ot_name_convert_utf() local
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast_pac.c113 static int eap_fast_copy_buf(u8 **dst, size_t *dst_len, in eap_fast_copy_buf()
Deap_teap_pac.c113 static int eap_teap_copy_buf(u8 **dst, size_t *dst_len, in eap_teap_copy_buf()
/external/igt-gpu-tools/lib/
Digt_audio.c508 size_t dst_len, i; in audio_extract_channel_s32_le() local

12