Searched refs:psa_cipher_abort (Results 1 – 9 of 9) sorted by relevance
98 #define psa_cipher_abort \ macro99 PSA_FUNCTION_NAME(psa_cipher_abort)
123 psa_cipher_abort(&operation); in cipher_encrypt()153 psa_cipher_abort(&operation); in cipher_decrypt()
223 PSA_ASSERT(psa_cipher_abort(operation));1956 psa_cipher_abort(&operation);1979 psa_cipher_abort(&operation);3541 PSA_ASSERT(psa_cipher_abort(&func));3542 PSA_ASSERT(psa_cipher_abort(&init));3543 PSA_ASSERT(psa_cipher_abort(&zero));3583 psa_cipher_abort(&operation);3621 PSA_ASSERT(psa_cipher_abort(&operation));3630 PSA_ASSERT(psa_cipher_abort(&operation));3638 PSA_ASSERT(psa_cipher_abort(&operation));[all …]
1092 PSA_ASSERT(psa_cipher_abort(&operation));1099 psa_cipher_abort(&operation);1220 PSA_ASSERT(psa_cipher_abort(&operation));1228 psa_cipher_abort(&operation);1349 PSA_ASSERT(psa_cipher_abort(&operation));1357 psa_cipher_abort(&operation);1539 psa_cipher_abort(&operation);1574 psa_cipher_abort(&operation);1604 psa_cipher_abort(&operation);1642 psa_cipher_abort(&operation);[all …]
156 psa_cipher_abort(&operation);
693 PSA_ASSERT(psa_cipher_abort(&cipher_operation));696 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
2042 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
4007 psa_cipher_abort(operation);4074 psa_cipher_abort(operation);4109 psa_cipher_abort(operation);4142 psa_cipher_abort(operation);4172 return psa_cipher_abort(operation);4175 (void) psa_cipher_abort(operation);4181 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) function
225 psa_cipher_abort(&operation); in exercise_cipher_key()