Home
last modified time | relevance | path

Searched refs:ctr_crypt (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/nettle/nettle-3.7.3/
H A Dctr.h45 #define ctr_crypt nettle_ctr_crypt macro
48 ctr_crypt(const void *ctx, nettle_cipher_func *f,
62 : ctr_crypt((void *) &(self)->ctx, \
H A Dccm.c206 ctr_crypt(cipher, f, CCM_BLOCK_SIZE, ctx->ctr.b, length, dst, src); in ccm_encrypt()
218 ctr_crypt(cipher, f, CCM_BLOCK_SIZE, ctx->ctr.b, length, dst, src); in ccm_decrypt()
231 ctr_crypt(cipher, f, CCM_BLOCK_SIZE, ctx->ctr.b, length, digest, ctx->tag.b); in ccm_digest()
H A Dsiv-cmac.c136 ctr_crypt (ctr_cipher, nc->encrypt, AES_BLOCK_SIZE, siv.b, slength, in siv_cmac_encrypt_message()
156 ctr_crypt (ctr_cipher, nc->encrypt, AES_BLOCK_SIZE, ctr.b, in siv_cmac_decrypt_message()
H A Deax.c122 ctr_crypt (cipher, f, EAX_BLOCK_SIZE, eax->ctr.b, length, dst, src); in eax_encrypt()
132 ctr_crypt (cipher, f, EAX_BLOCK_SIZE, eax->ctr.b, length, dst, src); in eax_decrypt()
H A Dctr.c112 ctr_crypt(const void *ctx, nettle_cipher_func *f, in ctr_crypt() function
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dctr.h45 #define ctr_crypt nettle_ctr_crypt macro
48 ctr_crypt(const void *ctx, nettle_cipher_func *f,
62 : ctr_crypt((void *) &(self)->ctx, \
H A Dccm.c206 ctr_crypt(cipher, f, CCM_BLOCK_SIZE, ctx->ctr.b, length, dst, src); in ccm_encrypt()
218 ctr_crypt(cipher, f, CCM_BLOCK_SIZE, ctx->ctr.b, length, dst, src); in ccm_decrypt()
231 ctr_crypt(cipher, f, CCM_BLOCK_SIZE, ctx->ctr.b, length, digest, ctx->tag.b); in ccm_digest()
H A Deax.c147 ctr_crypt (cipher, f, EAX_BLOCK_SIZE, eax->ctr.b, length, dst, src); in eax_encrypt()
157 ctr_crypt (cipher, f, EAX_BLOCK_SIZE, eax->ctr.b, length, dst, src); in eax_decrypt()
H A Dctr.c112 ctr_crypt(const void *ctx, nettle_cipher_func *f, in ctr_crypt() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/crypto/
H A Daes_glue.c48 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output, member
138 .ctr_crypt = aes_sparc64_ctr_crypt_128,
150 .ctr_crypt = aes_sparc64_ctr_crypt_192,
162 .ctr_crypt = aes_sparc64_ctr_crypt_256,
334 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function
348 ctx->ops->ctr_crypt(&ctx->key[0], walk.src.virt.addr, in ctr_crypt()
422 .encrypt = ctr_crypt,
423 .decrypt = ctr_crypt,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/crypto/
H A Daes_glue.c48 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output, member
138 .ctr_crypt = aes_sparc64_ctr_crypt_128,
150 .ctr_crypt = aes_sparc64_ctr_crypt_192,
162 .ctr_crypt = aes_sparc64_ctr_crypt_256,
334 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function
348 ctx->ops->ctr_crypt(&ctx->key[0], walk.src.virt.addr, in ctr_crypt()
422 .encrypt = ctr_crypt,
423 .decrypt = ctr_crypt,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/crypto/
H A Daes_glue.c48 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output, member
138 .ctr_crypt = aes_sparc64_ctr_crypt_128,
150 .ctr_crypt = aes_sparc64_ctr_crypt_192,
162 .ctr_crypt = aes_sparc64_ctr_crypt_256,
334 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function
348 ctx->ops->ctr_crypt(&ctx->key[0], walk.src.virt.addr, in ctr_crypt()
422 .encrypt = ctr_crypt,
423 .decrypt = ctr_crypt,
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/backport/
H A Dsiv-cmac.c140 ctr_crypt (ctr_cipher, nc->encrypt, AES_BLOCK_SIZE, siv.b, slength, in siv_cmac_encrypt_message()
160 ctr_crypt (ctr_cipher, nc->encrypt, AES_BLOCK_SIZE, ctr.b, in siv_cmac_decrypt_message()
/dports/net/chrony/chrony-4.2/
H A Dsiv_nettle_int.c423 ctr_crypt(&ctx->cipher, (nettle_cipher_func *)aes128_encrypt, AES_BLOCK_SIZE, in siv_cmac_aes128_encrypt_message()
440 ctr_crypt(&ctx->cipher, (nettle_cipher_func *)aes128_encrypt, AES_BLOCK_SIZE, in siv_cmac_aes128_decrypt_message()
/dports/net/chrony-lite/chrony-4.2/
H A Dsiv_nettle_int.c423 ctr_crypt(&ctx->cipher, (nettle_cipher_func *)aes128_encrypt, AES_BLOCK_SIZE, in siv_cmac_aes128_encrypt_message()
440 ctr_crypt(&ctx->cipher, (nettle_cipher_func *)aes128_encrypt, AES_BLOCK_SIZE, in siv_cmac_aes128_decrypt_message()
/dports/www/srt/srt-1.4.4/haicrypt/
H A Dcryspr-gnutls.c107 ctr_crypt (aes_key, /* ctx */ in crysprGnuTLS_AES_CtrCipher()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daescpp.h85 AES_RETURN ctr_crypt(const unsigned char in[], unsigned char out[], int nb, in ctr_crypt() function
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daescpp.h85 AES_RETURN ctr_crypt(const unsigned char in[], unsigned char out[], int nb, in ctr_crypt() function
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/cryptcommon/
H A Daescpp.h85 AES_RETURN ctr_crypt(const unsigned char in[], unsigned char out[], int nb, in ctr_crypt() function
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daescpp.h85 AES_RETURN ctr_crypt(const unsigned char in[], unsigned char out[], int nb, in ctr_crypt() function
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/aes/
H A Daescpp.h85 AES_RETURN ctr_crypt(const unsigned char in[], unsigned char out[], int nb, in ctr_crypt() function
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/aes/
H A Daescpp.h85 AES_RETURN ctr_crypt(const unsigned char in[], unsigned char out[], int nb, in ctr_crypt() function
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Draid.cpp671 …cipher->ctr_crypt(chunkstart, chunksize, startpos, ctriv, chunkmac.mac, false, !chunkmac.finished … in finalize()
684 …cipher->ctr_crypt(chunkstart, chunksize, startpos, ctriv, chunkmac.mac, false, !chunkmac.finished … in finalize()
955 …directRead->drn->symmcipher.ctr_crypt(buf, sizeof buf, fp.pos - r, directRead->drn->ctriv, NULL, f… in finalize()
966 …directRead->drn->symmcipher.ctr_crypt(fp.buf.datastart() + l, t - l, fp.pos + l, directRead->drn->… in finalize()
/dports/security/p5-CryptX/CryptX-0.075/inc/
H A DCryptX_Mode_CTR.xs.inc94 croak("FATAL: ctr_crypt failed: call start_encrypt or start_decrypt first");
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/crypto/
H A Dcipher-nettle.c487 ctr_crypt(ctx->ctx, ctx->alg_encrypt_native, in qcrypto_nettle_cipher_encrypt()
533 ctr_crypt(ctx->ctx, ctx->alg_encrypt_native, in qcrypto_nettle_cipher_decrypt()

123