Lines Matching refs:maxKeySize
40 uint32_t maxKeySize) in TEE_AllocateOperation() argument
60 if (maxKeySize < 512) in TEE_AllocateOperation()
62 if (maxKeySize > 1024) in TEE_AllocateOperation()
64 if (maxKeySize % 64 != 0) in TEE_AllocateOperation()
69 if (maxKeySize != 2048) in TEE_AllocateOperation()
74 if (maxKeySize != 2048 && maxKeySize != 3072) in TEE_AllocateOperation()
81 if (maxKeySize != 192) in TEE_AllocateOperation()
88 if (maxKeySize != 224) in TEE_AllocateOperation()
97 if (maxKeySize != 256) in TEE_AllocateOperation()
103 if (maxKeySize != 512) in TEE_AllocateOperation()
110 if (maxKeySize != 384) in TEE_AllocateOperation()
117 if (maxKeySize != 521) in TEE_AllocateOperation()
122 if (maxKeySize > 521) in TEE_AllocateOperation()
128 if (maxKeySize != 256) in TEE_AllocateOperation()
325 op->info.maxKeySize = maxKeySize; in TEE_AllocateOperation()
353 uint32_t mks = maxKeySize; in TEE_AllocateOperation()
536 op_info->maxKeySize = op->info.maxKeySize; in TEE_GetOperationInfoMultiple()
632 if (operation->info.maxKeySize < key_info.objectSize) { in set_operation_key()
761 if (operation->info.maxKeySize < key_info1.objectSize) { in set_operation_key2()