Searched refs:value_size (Results 1 – 4 of 4) sorted by relevance
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 679 size_t value_size) in Invoke_StoreS32() argument 684 if (value_size > 4) in Invoke_StoreS32() 687 for (n = 0; n < value_size; n++) { in Invoke_StoreS32() 895 size_t value_size) in Macro_StoreBigInt() argument 901 .size = value_size, in Macro_StoreBigInt() 912 memcpy(shm_value.buffer, value, value_size); in Macro_StoreBigInt() 973 size_t value_size) in Invoke_BigIntConvertFromOctetString() argument 983 if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, value_size, <=, shm.size)) in Invoke_BigIntConvertFromOctetString() 989 memcpy(shm.buffer, value, value_size); in Invoke_BigIntConvertFromOctetString()
|
A D | xml_datastorage_api.h | 1961 size_t value_size) in Invoke_StoreAttributeBuffer() argument 1968 shm.size = value_size; in Invoke_StoreAttributeBuffer() 2000 const void *value_bufptr, size_t value_size) in Macro_StoreRefAttribute() argument 2005 buffer, value_bufptr, value_size); in Macro_StoreRefAttribute()
|
A D | xml_crypto_api.h | 3535 size_t value_size) in Invoke_StoreAttributeBuffer() argument 3542 shm.size = value_size; in Invoke_StoreAttributeBuffer() 3574 const void *value_bufptr, size_t value_size) in Macro_StoreRefAttribute() argument 3579 buffer, value_bufptr, value_size); in Macro_StoreRefAttribute()
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | crypto.h | 178 size_t value_size; /* Max size of value for output, length for member
|
Completed in 22 milliseconds