/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/ |
H A D | test_suite_gcm.function | 26 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 53 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result ); 86 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result ); 125 /* mbedtls_gcm_setkey */ 128 mbedtls_gcm_setkey( NULL, valid_cipher, valid_buffer, valid_bitlen ) ); 131 mbedtls_gcm_setkey( &ctx, valid_cipher, NULL, valid_bitlen ) ); 134 mbedtls_gcm_setkey( &ctx, valid_cipher, valid_buffer, invalid_bitlen ) );
|
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/ |
H A D | test_suite_gcm.function | 26 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 53 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result ); 86 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result ); 125 /* mbedtls_gcm_setkey */ 128 mbedtls_gcm_setkey( NULL, valid_cipher, valid_buffer, valid_bitlen ) ); 131 mbedtls_gcm_setkey( &ctx, valid_cipher, NULL, valid_bitlen ) ); 134 mbedtls_gcm_setkey( &ctx, valid_cipher, valid_buffer, invalid_bitlen ) );
|
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/ |
H A D | test_suite_gcm.function | 26 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 53 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result ); 84 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result ); 121 /* mbedtls_gcm_setkey */ 124 mbedtls_gcm_setkey( NULL, valid_cipher, valid_buffer, valid_bitlen ) ); 127 mbedtls_gcm_setkey( &ctx, valid_cipher, NULL, valid_bitlen ) ); 130 mbedtls_gcm_setkey( &ctx, valid_cipher, valid_buffer, invalid_bitlen ) );
|
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/suites/ |
H A D | test_suite_gcm.function | 44 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str, key_len * 8 ) == 0 ); 88 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str, key_len * 8 ) == init_result ); 139 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str, key_len * 8 ) == init_result );
|
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/ |
H A D | gcm.c | 161 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 796 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 853 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 889 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 950 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
|
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/ |
H A D | gcm.c | 162 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 762 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 805 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 837 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 889 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
|
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/ |
H A D | gcm.c | 191 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 825 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 868 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 900 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 952 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
|
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/ |
H A D | gcm.c | 191 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 825 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 868 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 900 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 952 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
|
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/ |
H A D | gcm.c | 168 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 802 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 845 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 877 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 929 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
|
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/ |
H A D | gcm.c | 166 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 800 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 843 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 875 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 927 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
|
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/ |
H A D | gcm.c | 166 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 800 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 843 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 875 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 927 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
|
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/ |
H A D | gcm.c | 161 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 796 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 853 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 889 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 950 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
|
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/ |
H A D | gcm.c | 161 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 758 mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], key_len ); in mbedtls_gcm_self_test() 785 mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], key_len ); in mbedtls_gcm_self_test() 812 mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], key_len ); in mbedtls_gcm_self_test() 879 mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], key_len ); in mbedtls_gcm_self_test()
|
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/ |
H A D | gcm.c | 161 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 796 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 853 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 889 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 950 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
|
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/ |
H A D | gcm.c | 161 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 796 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 844 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 880 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 941 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/ |
H A D | gcm.c | 189 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 789 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 832 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 864 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 916 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
|
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/ |
H A D | gcm.c | 189 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 789 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 832 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 864 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test() 916 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
|
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/tests/suites/ |
H A D | test_suite_gcm.function | 45 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str, key_len * 8 ) == init_result ); 96 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str, key_len * 8 ) == init_result );
|
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/ |
H A D | gcm.c | 205 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, 841 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], 884 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], 916 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], 968 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]],
|
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/mbedtls/ |
H A D | gcm.h | 75 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/include/mbedtls/ |
H A D | gcm.h | 75 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/include/mbedtls/ |
H A D | gcm.h | 112 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/include/mbedtls/ |
H A D | gcm.h | 105 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/include/mbedtls/ |
H A D | gcm.h | 142 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/ |
H A D | gcm.h | 139 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|