Home
last modified time | relevance | path

Searched refs:maxKeySize (Results 1 – 15 of 15) sorted by relevance

/optee_os/out/arm/export-ta_arm32/host_include/
A Dtee_api_types.h90 uint32_t maxKeySize; /* used in 1.1 spec */ member
135 uint32_t maxKeySize; member
151 uint32_t maxKeySize; member
A Dtee_api.h128 uint32_t maxKeySize,
207 uint32_t maxKeySize);
/optee_os/out/arm/export-ta_arm64/host_include/
A Dtee_api_types.h90 uint32_t maxKeySize; /* used in 1.1 spec */ member
135 uint32_t maxKeySize; member
151 uint32_t maxKeySize; member
A Dtee_api.h128 uint32_t maxKeySize,
207 uint32_t maxKeySize);
/optee_os/out/arm/export-ta_arm64/include/
A Dtee_api_types.h90 uint32_t maxKeySize; /* used in 1.1 spec */ member
135 uint32_t maxKeySize; member
151 uint32_t maxKeySize; member
A Dtee_api.h128 uint32_t maxKeySize,
207 uint32_t maxKeySize);
/optee_os/lib/libutee/include/
A Dtee_api_types.h90 uint32_t maxKeySize; /* used in 1.1 spec */ member
135 uint32_t maxKeySize; member
151 uint32_t maxKeySize; member
A Dtee_api.h128 uint32_t maxKeySize,
207 uint32_t maxKeySize);
/optee_os/out/arm/export-ta_arm32/include/
A Dtee_api_types.h90 uint32_t maxKeySize; /* used in 1.1 spec */ member
135 uint32_t maxKeySize; member
151 uint32_t maxKeySize; member
A Dtee_api.h128 uint32_t maxKeySize,
207 uint32_t maxKeySize);
/optee_os/lib/libutee/
A Dtee_api_operations.c34 uint32_t maxKeySize) in TEE_AllocateOperation() argument
53 if (maxKeySize < 512) in TEE_AllocateOperation()
55 if (maxKeySize > 1024) in TEE_AllocateOperation()
67 if (maxKeySize != 2048 && maxKeySize != 3072) in TEE_AllocateOperation()
73 if (maxKeySize != 192) in TEE_AllocateOperation()
79 if (maxKeySize != 224) in TEE_AllocateOperation()
87 if (maxKeySize != 256) in TEE_AllocateOperation()
93 if (maxKeySize != 512) in TEE_AllocateOperation()
241 if (maxKeySize) in TEE_AllocateOperation()
284 op->info.maxKeySize = maxKeySize; in TEE_AllocateOperation()
[all …]
A Dtee_api_objects.c49 objectInfo->maxKeySize = 0; in TEE_GetObjectInfo()
205 uint32_t maxKeySize, in TEE_AllocateTransientObject() argument
213 res = _utee_cryp_obj_alloc(objectType, maxKeySize, &obj); in TEE_AllocateTransientObject()
/optee_os/core/tee/
A Dtee_svc_storage.c30 uint32_t maxKeySize; member
123 res = tee_obj_set_type(o, head.objectType, head.maxKeySize); in tee_svc_storage_read_head()
261 attr_o->info.maxKeySize); in tee_svc_storage_init_file()
292 head.maxKeySize = o->info.maxKeySize; in tee_svc_storage_init_file()
A Dtee_svc_cryp.c1303 o->info.maxKeySize = max_key_size; in tee_obj_set_type()
1603 size_t sz = o->info.maxKeySize; in tee_svc_cryp_obj_populate_type()
1610 if (obj_size > o->info.maxKeySize) in tee_svc_cryp_obj_populate_type()
1624 if (get_used_bits(attrs + n) > o->info.maxKeySize) in tee_svc_cryp_obj_populate_type()
1636 if (is_gp_legacy_des_key_size(o->info.objectType, o->info.maxKeySize)) in tee_svc_cryp_obj_populate_type()
3159 .out_len = so->info.maxKeySize, in syscall_cryp_derive_key()
/optee_os/ta/pkcs11/src/
A Dprocessing_rsa.c619 return info.maxKeySize / 8; in rsa_get_input_max_byte_size()

Completed in 35 milliseconds