Searched refs:stm32_saes_init (Results 1 – 3 of 3) sorted by relevance
49 int stm32_saes_init(struct stm32_saes_context *ctx, bool is_decrypt,
586 ret = stm32_saes_init(&ctx, true, STM32_SAES_MODE_GCM, key_mode, key, in stm32_decrypt_aes_gcm()
415 int stm32_saes_init(struct stm32_saes_context *ctx, bool is_dec, in stm32_saes_init() function