Home
last modified time | relevance | path

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

/optee_examples/acipher/ta/
A Dacipher_ta.c22 const uint32_t key_type = TEE_TYPE_RSA_KEYPAIR; in cmd_gen_key() local
33 res = TEE_AllocateTransientObject(key_type, key_size, &key); in cmd_gen_key()
35 …EMSG("TEE_AllocateTransientObject(%#" PRIx32 ", %" PRId32 "): %#" PRIx32, key_type, key_size, res); in cmd_gen_key()

Completed in 2 milliseconds