Home
last modified time | relevance | path

Searched refs:ac_ctx (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dcipher.c65 struct aesctr_ctx ac_ctx; /* XXX union with evp? */ member
362 aesctr_keysetup(&cc->ac_ctx, key, 8 * keylen, 8 * ivlen); in cipher_init()
363 aesctr_ivsetup(&cc->ac_ctx, iv); in cipher_init()
459 aesctr_encrypt_bytes(&cc->ac_ctx, src + aadlen, in cipher_crypt()
531 explicit_bzero(&cc->ac_ctx, sizeof(cc->ac_ctx)); in cipher_free()
580 ivlen = sizeof(cc->ac_ctx.ctr); in cipher_get_keyiv_len()
602 if (len != sizeof(cc->ac_ctx.ctr)) in cipher_get_keyiv()
604 memcpy(iv, cc->ac_ctx.ctr, len); in cipher_get_keyiv()