Home
last modified time | relevance | path

Searched refs:mbedtls_aes_context (Results 51 – 75 of 250) sorted by relevance

12345678910

/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Dpadlock.c105 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
145 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
H A Dcipher_wrap.c156 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
163 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
173 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
182 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
192 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
227 return mbedtls_aes_setkey_dec( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_dec_wrap()
233 return mbedtls_aes_setkey_enc( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_enc_wrap()
238 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc()
250 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dpadlock.c105 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
145 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
H A Dcipher_wrap.c156 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
163 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
173 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
182 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
192 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
227 return mbedtls_aes_setkey_dec( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_dec_wrap()
233 return mbedtls_aes_setkey_enc( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_enc_wrap()
238 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc()
250 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dpadlock.c105 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
145 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
H A Dcipher_wrap.c156 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
163 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
173 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
182 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
192 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
227 return mbedtls_aes_setkey_dec( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_dec_wrap()
233 return mbedtls_aes_setkey_enc( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_enc_wrap()
238 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc()
250 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Dpadlock.c82 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
122 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
H A Dcipher_wrap.c133 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
140 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
150 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
159 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
169 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
204 return mbedtls_aes_setkey_dec( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_dec_wrap()
210 return mbedtls_aes_setkey_enc( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_enc_wrap()
215 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc()
227 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Dpadlock.c80 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
120 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
H A Dcipher_wrap.c131 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
138 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
148 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
157 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
167 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
202 return mbedtls_aes_setkey_dec( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_dec_wrap()
208 return mbedtls_aes_setkey_enc( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_enc_wrap()
213 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc()
225 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dpadlock.c74 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
114 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Dpadlock.c80 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
120 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
H A Dcipher_wrap.c131 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
138 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
148 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
157 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
167 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
202 return mbedtls_aes_setkey_dec( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_dec_wrap()
208 return mbedtls_aes_setkey_enc( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_enc_wrap()
213 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc()
225 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dpadlock.c74 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
114 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dpadlock.c80 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
120 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Dpadlock.c74 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
114 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dpadlock.c74 int vdb_mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in vdb_mbedtls_padlock_xcryptecb()
114 int vdb_mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in vdb_mbedtls_padlock_xcryptcbc()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dpadlock.c74 int vdb_mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in vdb_mbedtls_padlock_xcryptecb()
114 int vdb_mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in vdb_mbedtls_padlock_xcryptcbc()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Dpadlock.c105 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
145 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
H A Daes.c492 void mbedtls_aes_init( mbedtls_aes_context *ctx ) in mbedtls_aes_init()
494 memset( ctx, 0, sizeof( mbedtls_aes_context ) ); in mbedtls_aes_init()
497 void mbedtls_aes_free( mbedtls_aes_context *ctx ) in mbedtls_aes_free()
627 mbedtls_aes_context cty; in mbedtls_aes_setkey_dec()
799 void mbedtls_aes_encrypt( mbedtls_aes_context *ctx, in mbedtls_aes_encrypt()
872 void mbedtls_aes_decrypt( mbedtls_aes_context *ctx, in mbedtls_aes_decrypt()
883 int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ecb()
915 int mbedtls_aes_crypt_cbc( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cbc()
1027 int mbedtls_aes_crypt_cfb8( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cfb8()
1061 int mbedtls_aes_crypt_ctr( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ctr()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Dpadlock.c105 int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptecb()
145 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc()
H A Daes.c492 void mbedtls_aes_init( mbedtls_aes_context *ctx ) in mbedtls_aes_init()
494 memset( ctx, 0, sizeof( mbedtls_aes_context ) ); in mbedtls_aes_init()
497 void mbedtls_aes_free( mbedtls_aes_context *ctx ) in mbedtls_aes_free()
627 mbedtls_aes_context cty; in mbedtls_aes_setkey_dec()
799 void mbedtls_aes_encrypt( mbedtls_aes_context *ctx, in mbedtls_aes_encrypt()
872 void mbedtls_aes_decrypt( mbedtls_aes_context *ctx, in mbedtls_aes_decrypt()
883 int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ecb()
915 int mbedtls_aes_crypt_cbc( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cbc()
1027 int mbedtls_aes_crypt_cfb8( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cfb8()
1061 int mbedtls_aes_crypt_ctr( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ctr()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DVolumeWii.h111 static void DecryptBlockHashes(const u8* in, HashBlock* out, mbedtls_aes_context* aes_context);
112 static void DecryptBlockData(const u8* in, u8* out, mbedtls_aes_context* aes_context);
120 Common::Lazy<std::unique_ptr<mbedtls_aes_context>> key;
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Dcipher_wrap.c133 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
140 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
150 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
159 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
169 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
204 return mbedtls_aes_setkey_dec( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_dec_wrap()
210 return mbedtls_aes_setkey_enc( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_enc_wrap()
215 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc()
227 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dcipher_wrap.c130 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
137 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
147 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
156 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
166 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
201 return mbedtls_aes_setkey_dec( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_dec_wrap()
207 return mbedtls_aes_setkey_enc( (mbedtls_aes_context *) ctx, key, key_bitlen ); in aes_setkey_enc_wrap()
212 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc()
224 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()

12345678910