HomeSort by relevance Sort by last modified time
    Searched refs:ac_ctx (Results 1 - 2 of 2) sorted by null

  /external/openssh/
cipher.h 71 struct aesctr_ctx ac_ctx; /* XXX union with evp? */ member in struct:sshcipher_ctx
cipher.c 324 aesctr_keysetup(&cc->ac_ctx, key, 8 * keylen, 8 * ivlen);
325 aesctr_ivsetup(&cc->ac_ctx, iv);
402 aesctr_encrypt_bytes(&cc->ac_ctx, src + aadlen,
474 explicit_bzero(&cc->ac_ctx, sizeof(cc->ac_ctx));
520 ivlen = sizeof(cc->ac_ctx.ctr);
542 if (len != sizeof(cc->ac_ctx.ctr))
544 memcpy(iv, cc->ac_ctx.ctr, len);

Completed in 390 milliseconds