Searched refs:trad_enc_decrypt_byte (Results 1 – 2 of 2) sorted by relevance
2367 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx) in trad_enc_decrypt_byte() function2383 out[i] = t ^ trad_enc_decrypt_byte(ctx); in trad_enc_encrypt_update()
322 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx) in trad_enc_decrypt_byte() function337 uint8_t t = in[i] ^ trad_enc_decrypt_byte(ctx); in trad_enc_decrypt_update()