Searched refs:ph_flag (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ed25519.c | 115 bool ph_flag, in crypto_acipher_ed25519ctx_sign() argument 138 if (ph_flag) { in crypto_acipher_ed25519ctx_sign() 182 bool ph_flag, in crypto_acipher_ed25519ctx_verify() argument 196 if (ph_flag) { in crypto_acipher_ed25519ctx_verify()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 241 bool ph_flag, 249 bool ph_flag,
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 2324 bool *ph_flag, const uint8_t **ctx, in tee_svc_obj_ed25519_parse_params() argument 2337 *ph_flag = false; in tee_svc_obj_ed25519_parse_params() 2339 *ph_flag = true; in tee_svc_obj_ed25519_parse_params() 2378 bool ph_flag = false; in tee_svc_obj_ed25519_sign() local 2380 err = tee_svc_obj_ed25519_parse_params(params, num_params, &ph_flag, in tee_svc_obj_ed25519_sign() 2385 if (ph_flag || ctx) { in tee_svc_obj_ed25519_sign() 2387 sig_len, ph_flag, in tee_svc_obj_ed25519_sign() 2403 bool ph_flag = false; in tee_svc_obj_ed25519_verify() local 2405 err = tee_svc_obj_ed25519_parse_params(params, num_params, &ph_flag, in tee_svc_obj_ed25519_verify() 2410 if (ph_flag || ctx) { in tee_svc_obj_ed25519_verify() [all …]
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 933 bool ph_flag __unused, in crypto_acipher_ed25519ctx_sign() 946 bool ph_flag __unused, in crypto_acipher_ed25519ctx_verify()
|