Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_rsa.c208 uint32_t source_type = 0; in pkcs2tee_proc_params_rsa_oaep() local
222 rc = serialargs_get_u32(&args, &source_type); in pkcs2tee_proc_params_rsa_oaep()
247 ctx->source_type = source_type; in pkcs2tee_proc_params_rsa_oaep()
264 uint32_t source_type = 0; in pkcs2tee_proc_params_rsa_aes_wrap() local
282 rc = serialargs_get_u32(&args, &source_type); in pkcs2tee_proc_params_rsa_aes_wrap()
309 ctx->source_type = source_type; in pkcs2tee_proc_params_rsa_aes_wrap()
330 uint32_t source_type = 0; in pkcs2tee_algo_rsa_oaep() local
344 rc = serialargs_get_u32(&args, &source_type); in pkcs2tee_algo_rsa_oaep()
359 if (source_type != PKCS11_CKZ_DATA_SPECIFIED) in pkcs2tee_algo_rsa_oaep()
421 uint32_t source_type = 0; in pkcs2tee_algo_rsa_aes_wrap() local
[all …]
H A Dprocessing.h43 uint32_t source_type; member
62 uint32_t source_type; member