Searched refs:ph_flag (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ed25519.c | 93 bool ph_flag, in crypto_acipher_ed25519ctx_sign() argument 111 if (ph_flag) { in crypto_acipher_ed25519ctx_sign() 155 bool ph_flag, in crypto_acipher_ed25519ctx_verify() argument 169 if (ph_flag) { in crypto_acipher_ed25519ctx_verify()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 229 bool ph_flag, 237 bool ph_flag,
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 2188 bool *ph_flag, const uint8_t **ctx, in tee_svc_obj_ed25519_parse_params() argument 2201 *ph_flag = false; in tee_svc_obj_ed25519_parse_params() 2203 *ph_flag = true; in tee_svc_obj_ed25519_parse_params() 2242 bool ph_flag = false; in tee_svc_obj_ed25519_sign() local 2244 err = tee_svc_obj_ed25519_parse_params(params, num_params, &ph_flag, in tee_svc_obj_ed25519_sign() 2249 if (ph_flag || ctx) { in tee_svc_obj_ed25519_sign() 2251 sig_len, ph_flag, in tee_svc_obj_ed25519_sign() 2267 bool ph_flag = false; in tee_svc_obj_ed25519_verify() local 2269 err = tee_svc_obj_ed25519_parse_params(params, num_params, &ph_flag, in tee_svc_obj_ed25519_verify() 2274 if (ph_flag || ctx) { in tee_svc_obj_ed25519_verify() [all …]
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 868 bool ph_flag __unused, in crypto_acipher_ed25519ctx_sign() 881 bool ph_flag __unused, in crypto_acipher_ed25519ctx_verify()
|
Completed in 13 milliseconds