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

  /external/openssl/crypto/modes/
ccm128.c 156 static void ctr64_inc(unsigned char *counter) { function
212 ctr64_inc(ctx->nonce.c);
275 ctr64_inc(ctx->nonce.c);
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_aes.c 376 static void ctr64_inc(uint8_t *counter) { function
470 ctr64_inc(gctx->iv + gctx->ivlen - 8);
    [all...]
  /external/openssl/crypto/evp/
e_aes.c 752 static void ctr64_inc(unsigned char *counter) { function
845 ctr64_inc(gctx->iv + gctx->ivlen - 8);
    [all...]

Completed in 92 milliseconds