Searched defs:ctr_params (Results 1 – 1 of 1) sorted by relevance
49 struct ctr_params { struct52 size_t offset; // in encrypted_counter54 uint8_t encrypted_counter[16];145 …AES_CTX_IMPL *ctx, const uint8_t *in, uint8_t *out, size_t in_len, struct ctr_params *ctr_params) { in aes_process_ctr_impl()207 …AES_CTX_IMPL *ctx, const uint8_t *in, uint8_t *out, size_t in_len, struct ctr_params *ctr_params) { in aes_process_ctr_impl()
Completed in 3 milliseconds