/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 123 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 D | kmac_prov.c | 123 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 D | sskdf.c | 160 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 D | sskdf.c | 160 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 D | input.h | 384 * @custom_len: number of samples (FF_CUSTOM only) 403 __u32 custom_len; member
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 385 * @custom_len: number of samples (FF_CUSTOM only) 404 uint32_t custom_len; member
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 393 * @custom_len: number of samples (FF_CUSTOM only) 412 __u32 custom_len; member
|
/third_party/openssl/test/ |
H A D | evp_test.c | 1129 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 D | mod.rs | 445 pub custom_len: ::__u32,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 685 pub custom_len: ::__u32,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 271 pub custom_len: ::__u32,
|