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

  /external/openssh/
hmac.c 29 struct ssh_digest_ctx *ictx; member in struct:ssh_hmac_ctx
50 if ((ret->ictx = ssh_digest_start(alg)) == NULL ||
54 ret->buf_len = ssh_digest_blocksize(ret->ictx);
68 /* reset ictx and octx if no is key given */
78 if (ssh_digest_update(ctx->ictx, ctx->buf, ctx->buf_len) < 0)
86 /* start with ictx */
87 if (ssh_digest_copy_state(ctx->ictx, ctx->digest) < 0)
125 ssh_digest_free(ctx->ictx);
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 

Completed in 157 milliseconds