Home
last modified time | relevance | path

Searched refs:custom_len (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dkmac_prov.c123 size_t custom_len; member
152 OPENSSL_cleanse(kctx->custom, kctx->custom_len); in kmac_free()
234 dst->custom_len = src->custom_len; in kmac_dup()
237 memcpy(dst->custom, src->custom, dst->custom_len); in kmac_dup()
299 if (kctx->custom_len == 0) { in kmac_init()
308 kctx->custom, kctx->custom_len, block_len)) { in kmac_init()
318 kctx->custom, kctx->custom_len, block_len) in kmac_init()
438 if (!encode_string(kctx->custom, sizeof(kctx->custom), &kctx->custom_len, in kmac_set_ctx_params()
/third_party/openssl/providers/implementations/macs/
H A Dkmac_prov.c123 size_t custom_len; member
152 OPENSSL_cleanse(kctx->custom, kctx->custom_len); in kmac_free()
234 dst->custom_len = src->custom_len; in kmac_dup()
237 memcpy(dst->custom, src->custom, dst->custom_len); in kmac_dup()
299 if (kctx->custom_len == 0) { in kmac_init()
308 kctx->custom, kctx->custom_len, block_len)) { in kmac_init()
318 kctx->custom, kctx->custom_len, block_len) in kmac_init()
438 if (!encode_string(kctx->custom, sizeof(kctx->custom), &kctx->custom_len, in kmac_set_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dsskdf.c160 size_t custom_len, size_t kmac_out_len, in kmac_init()
170 (void *)custom, custom_len); in kmac_init()
368 size_t custom_len = 0; in sskdf_derive() local
384 custom_len = sizeof(kmac_custom_str); in sskdf_derive()
403 custom, custom_len, ctx->out_len, in sskdf_derive()
159 kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, size_t custom_len, size_t kmac_out_len, size_t derived_key_len, unsigned char **out) kmac_init() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dsskdf.c160 size_t custom_len, size_t kmac_out_len, in kmac_init()
170 (void *)custom, custom_len); in kmac_init()
368 size_t custom_len = 0; in sskdf_derive() local
384 custom_len = sizeof(kmac_custom_str); in sskdf_derive()
403 custom, custom_len, ctx->out_len, in sskdf_derive()
159 kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, size_t custom_len, size_t kmac_out_len, size_t derived_key_len, unsigned char **out) kmac_init() argument
/third_party/libinput/include/linux/linux/
H A Dinput.h384 * @custom_len: number of samples (FF_CUSTOM only)
403 __u32 custom_len; member
/third_party/libinput/include/linux/freebsd/
H A Dinput.h385 * @custom_len: number of samples (FF_CUSTOM only)
404 uint32_t custom_len; member
/third_party/libevdev/include/linux/linux/
H A Dinput.h393 * @custom_len: number of samples (FF_CUSTOM only)
412 __u32 custom_len; member
/third_party/openssl/test/
H A Devp_test.c1129 size_t custom_len; member
1234 return parse_bin(value, &mdata->custom, &mdata->custom_len); in mac_test_parse()
1465 expected->custom_len); in mac_test_run_mac()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs445 pub custom_len: ::__u32,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs685 pub custom_len: ::__u32,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs271 pub custom_len: ::__u32,

Completed in 58 milliseconds