Searched refs:hwcrypt_args (Results 1 – 5 of 5) sorted by relevance
96 struct hwcrypt_args { struct117 int hwaes_encrypt(hwaes_session_t session, const struct hwcrypt_args* args); argument127 int hwaes_decrypt(hwaes_session_t session, const struct hwcrypt_args* args);
356 const struct hwcrypt_args* args, in hwaes_crypt()461 int hwaes_encrypt(hwaes_session_t session, const struct hwcrypt_args* args) { in hwaes_encrypt()465 int hwaes_decrypt(hwaes_session_t session, const struct hwcrypt_args* args) { in hwaes_decrypt()
245 struct hwcrypt_args* args, in parse_vector()291 struct hwcrypt_args args_encrypt;292 struct hwcrypt_args args_decrypt;392 _state->args_encrypt = (struct hwcrypt_args){ in TEST_F_SETUP()420 _state->args_decrypt = (struct hwcrypt_args){ in TEST_F_SETUP()487 struct hwcrypt_args args = {}; in TEST_F()709 struct hwcrypt_args args = {}; in TEST_F()739 struct hwcrypt_args args = {}; in TEST_F()
91 struct hwcrypt_args args;273 _state->args = (struct hwcrypt_args){ in BENCH_SETUP()
128 struct hwcrypt_args cryptArgs = {}; in hwaesDecryptAesGcmInPlace()