Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/modes/
Dccm128.c121 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
186 ctr64_inc(ctx->nonce.c); in CRYPTO_ccm128_encrypt()
258 ctr64_inc(ctx->nonce.c); in CRYPTO_ccm128_decrypt()
/third_party/openssl/crypto/modes/
Dccm128.c121 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
186 ctr64_inc(ctx->nonce.c); in CRYPTO_ccm128_encrypt()
258 ctr64_inc(ctx->nonce.c); in CRYPTO_ccm128_decrypt()
/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_gcm.c96 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
124 ctr64_inc(ctx->iv + ctx->ivlen - 8); in getivgen()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dciphercommon_gcm.c96 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
124 ctr64_inc(ctx->iv + ctx->ivlen - 8); in getivgen()
/third_party/openssl/crypto/evp/
De_aria.c200 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
336 ctr64_inc(gctx->iv + gctx->ivlen - 8); in aria_gcm_ctrl()
De_aes.c122 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
1456 ctr64_inc(gctx->iv + gctx->ivlen - 8); in s390x_aes_gcm_ctrl()
2646 ctr64_inc(gctx->iv + gctx->ivlen - 8); in aes_gcm_ctrl()
/third_party/node/deps/openssl/openssl/crypto/evp/
De_aria.c200 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
336 ctr64_inc(gctx->iv + gctx->ivlen - 8); in aria_gcm_ctrl()
De_aes.c122 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
1456 ctr64_inc(gctx->iv + gctx->ivlen - 8); in s390x_aes_gcm_ctrl()
2646 ctr64_inc(gctx->iv + gctx->ivlen - 8); in aes_gcm_ctrl()