Home
last modified time | relevance | path

Searched defs:AES_BLOCK_SIZE (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/dports/devel/rpc2/rpc2-2.14/secure/
H A Drijndael-mikescott.h23 #define AES_BLOCK_SIZE 16 macro
62 static inline int aes_encrypt(const uint8_t in[AES_BLOCK_SIZE], in aes_encrypt()
63 uint8_t out[AES_BLOCK_SIZE], in aes_encrypt()
76 static inline int aes_decrypt(const uint8_t in[AES_BLOCK_SIZE], in aes_decrypt()
77 uint8_t out[AES_BLOCK_SIZE], in aes_decrypt()
/dports/net/samba412/samba-4.12.15/lib/crypto/
H A Daes.h58 #define AES_BLOCK_SIZE 16 macro
102 static inline void aes_block_xor(const uint8_t in1[AES_BLOCK_SIZE], in aes_block_xor()
103 const uint8_t in2[AES_BLOCK_SIZE], in aes_block_xor()
104 uint8_t out[AES_BLOCK_SIZE]) in aes_block_xor()
131 static inline void aes_block_lshift(const uint8_t in[AES_BLOCK_SIZE], in aes_block_lshift()
132 uint8_t out[AES_BLOCK_SIZE]) in aes_block_lshift()
405 static inline void aes_block_rshift(const uint8_t in[AES_BLOCK_SIZE], in aes_block_rshift()
406 uint8_t out[AES_BLOCK_SIZE]) in aes_block_rshift()
H A Daes_cmac_128.c38 const uint8_t K[AES_BLOCK_SIZE]) in aes_cmac_128_init()
108 uint8_t T[AES_BLOCK_SIZE]) in aes_cmac_128_final()
/dports/security/libressl/libressl-3.4.3/crypto/aes/
H A Daes_ctr.c57 size_t length, const AES_KEY *key, unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], unsigned int *num) in AES_ctr128_encrypt()
/dports/security/libressl-static/libressl-3.3.5/crypto/aes/
H A Daes_ctr.c57 size_t length, const AES_KEY *key, unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], unsigned int *num) in AES_ctr128_encrypt()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/aes/
H A Daes_test.cc23 const uint8_t plaintext[AES_BLOCK_SIZE], in TestAES()
24 const uint8_t ciphertext[AES_BLOCK_SIZE]) { in TestAES()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/aes/
H A Daes_ctr.c57 size_t length, const AES_KEY *key, unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], unsigned int *num) in AES_ctr128_encrypt()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/aes/
H A Daes_ctr.c57 size_t length, const AES_KEY *key, unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], unsigned int *num) in AES_ctr128_encrypt()
/dports/www/obhttpd/libressl-3.4.1/crypto/aes/
H A Daes_ctr.c57 size_t length, const AES_KEY *key, unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], unsigned int *num) in AES_ctr128_encrypt()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/aes/
H A Daes_ctr.c57 unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/aes/
H A Daes_ctr.c57 unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/aes/
H A Daes_ctr.c57 unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/aes/
H A Daes_ctr.c57 unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
58 unsigned char ecount_buf[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/aes/
H A Daes_ctr.c117 unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
118 unsigned char ecount_buf[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/aes/
H A Daes_ctr.c122 unsigned char ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
123 unsigned char ecount_buf[AES_BLOCK_SIZE], in AES_ctr128_encrypt()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dstream_cipher.h153 static const int AES_BLOCK_SIZE = 16; variable
193 static const int AES_BLOCK_SIZE = Aes_ctr::AES_BLOCK_SIZE; variable
/dports/audio/re/re-0.5.8/src/aes/
H A Dstub.c12 const uint8_t iv[AES_BLOCK_SIZE]) in aes_alloc()
23 void aes_set_iv(struct aes *st, const uint8_t iv[AES_BLOCK_SIZE]) in aes_set_iv()
/dports/net/hostapd-devel/hostap-14ab4a816/src/crypto/
H A Daes.h12 #define AES_BLOCK_SIZE 16 macro
/dports/net/hostapd/hostapd-2.9/src/crypto/
H A Daes.h12 #define AES_BLOCK_SIZE 16 macro
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/
H A Daes.h24 #define AES_BLOCK_SIZE 16 // AES operates on 16 bytes at a time macro
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/crypto/
H A Daes.h18 #define AES_BLOCK_SIZE 16 macro
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/crypto/
H A DaesCFB.h36 #define AES_BLOCK_SIZE 16 macro
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes.h12 #define AES_BLOCK_SIZE 16 macro
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/crypto/
H A Daes.h12 #define AES_BLOCK_SIZE 16 macro
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/crypto/
H A Daes.h12 #define AES_BLOCK_SIZE 16 macro

12345678910>>...16