Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/
H A 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A 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()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dciphercommon_gcm.c96 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
124 ctr64_inc(ctx->iv + ctx->ivlen - 8); in getivgen()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aria.c192 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
327 ctr64_inc(gctx->iv + gctx->ivlen - 8); in aria_gcm_ctrl()
H A De_aes.c148 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
1721 ctr64_inc(gctx->iv + gctx->ivlen - 8); in s390x_aes_gcm_ctrl()
2925 ctr64_inc(gctx->iv + gctx->ivlen - 8); in aes_gcm_ctrl()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A 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()
H A De_aes.c122 static void ctr64_inc(unsigned char *counter) in ctr64_inc() function
1450 ctr64_inc(gctx->iv + gctx->ivlen - 8); in s390x_aes_gcm_ctrl()
2640 ctr64_inc(gctx->iv + gctx->ivlen - 8); in aes_gcm_ctrl()