| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-selftests.c | 85 size_t message_size; member 93 size_t message_size; member 205 if (WARN_ON(vec->message_size != AES_BLOCK_SIZE)) in fips_test_aes_library() 237 if (WARN_ON(vec->message_size <= 0)) in fips_test_skcipher() 253 message = kmemdup(vec->plaintext, vec->message_size, GFP_KERNEL); in fips_test_skcipher() 258 sg_init_one(&sg, message, vec->message_size); in fips_test_skcipher() 262 skcipher_request_set_crypt(req, &sg, &sg, vec->message_size, iv); in fips_test_skcipher() 277 err = fips_check_result(message, vec->ciphertext, vec->message_size, in fips_test_skcipher() 289 err = fips_check_result(message, vec->plaintext, vec->message_size, in fips_test_skcipher() 435 err = crypto_shash_tfm_digest(tfm, vec->message, vec->message_size, in fips_test_hash() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/ibmasm/ |
| H A D | dot_command.c | 17 void ibmasm_receive_message(struct service_processor *sp, void *message, int message_size) in ibmasm_receive_message() argument 22 if (message_size == 0) in ibmasm_receive_message() 29 if (size > message_size) in ibmasm_receive_message() 30 size = message_size; in ibmasm_receive_message()
|
| H A D | i2o.h | 14 u16 message_size; member 62 return (sizeof(u32) * i2o_message->header.message_size); in incoming_data_size()
|
| H A D | lowlevel.c | 31 header.message_size = outgoing_message_size(command_size); in ibmasm_send_i2o_message()
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A D | operation.c | 328 u16 message_size = (u16)(sizeof(*header) + payload_size); in gb_operation_message_init() local 339 header->size = cpu_to_le16(message_size); in gb_operation_message_init() 366 size_t message_size = payload_size + sizeof(*header); in gb_operation_message_alloc() local 368 if (message_size > hd->buffer_size_max) { in gb_operation_message_alloc() 370 message_size, hd->buffer_size_max); in gb_operation_message_alloc() 379 message->buffer = kzalloc(message_size, gfp_flags); in gb_operation_message_alloc() 963 size_t message_size; in gb_connection_recv_response() local 986 message_size = sizeof(*header) + message->payload_size; in gb_connection_recv_response() 987 if (!errno && size > message_size) { in gb_connection_recv_response() 991 size, message_size); in gb_connection_recv_response() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/tegra/ |
| H A D | bpmp-tegra186.c | 111 size_t message_size, queue_size; in tegra186_bpmp_channel_init() local 120 message_size = tegra_ivc_align(MSG_MIN_SZ); in tegra186_bpmp_channel_init() 121 queue_size = tegra_ivc_total_queue_size(message_size); in tegra186_bpmp_channel_init() 127 1, message_size, tegra186_bpmp_ivc_notify, in tegra186_bpmp_channel_init()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __errc | 54 message_size, // EMSGSIZE 151 message_size = EMSGSIZE,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __errc | 54 message_size, // EMSGSIZE 151 message_size = EMSGSIZE,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/ |
| H A D | error_constants.h | 82 message_size = EMSGSIZE, in _GLIBCXX_VISIBILITY() enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/ |
| H A D | error_constants.h | 82 message_size = EMSGSIZE, in _GLIBCXX_VISIBILITY() enumerator
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_aux.c | 269 u32 message_size = 0x10; in dp_aux_transfer_helper() local 323 aux->offset += message_size; in dp_aux_transfer_helper()
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | controlvmchannel.h | 219 u32 message_size; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ssl3.h | 561 unsigned long message_size; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | mad.c | 849 int pad, message_size, ret, size; in ib_create_send_mad() local 865 message_size = hdr_len + data_len + pad; in ib_create_send_mad() 868 if (!rmpp_active && message_size > mad_size) in ib_create_send_mad() 871 if (rmpp_active || message_size > mad_size) in ib_create_send_mad()
|