Home
last modified time | relevance | path

Searched refs:MBEDTLS_MPI_MAX_SIZE (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/auth/mbedtls/
H A Dmbedtls_config.h94 #define MBEDTLS_MPI_MAX_SIZE 256 macro
96 #define MBEDTLS_MPI_MAX_SIZE 512 macro
99 #define MBEDTLS_MPI_MAX_SIZE 256 macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/auth/mbedtls/
H A Dmbedtls_config.h94 #define MBEDTLS_MPI_MAX_SIZE 256 macro
96 #define MBEDTLS_MPI_MAX_SIZE 512 macro
99 #define MBEDTLS_MPI_MAX_SIZE 256 macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/auth/mbedtls/
H A Dmbedtls_config.h94 #define MBEDTLS_MPI_MAX_SIZE 256 macro
96 #define MBEDTLS_MPI_MAX_SIZE 512 macro
99 #define MBEDTLS_MPI_MAX_SIZE 256 macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/auth/mbedtls/
H A Dmbedtls_config.h94 #define MBEDTLS_MPI_MAX_SIZE 256 macro
96 #define MBEDTLS_MPI_MAX_SIZE 512 macro
99 #define MBEDTLS_MPI_MAX_SIZE 256 macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/auth/mbedtls/
H A Dmbedtls_config.h94 #define MBEDTLS_MPI_MAX_SIZE 256 macro
96 #define MBEDTLS_MPI_MAX_SIZE 512 macro
99 #define MBEDTLS_MPI_MAX_SIZE 256 macro
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_mpi.data692 mbedtls_mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE:10:10:"":0
695 mbedtls_mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE + 1:10:10:"":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
698 mbedtls_mpi_exp_mod_size:2:2:MBEDTLS_MPI_MAX_SIZE:10:"":0
701 mbedtls_mpi_exp_mod_size:2:2:MBEDTLS_MPI_MAX_SIZE + 1:10:"":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
704 mbedtls_mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE:10:"":0
707 mbedtls_mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE + 1:MBEDTLS_MPI_MAX_SIZE + 1:10:"":MBEDTLS_ERR_MPI_…
971 mpi_fill_random:MBEDTLS_MPI_MAX_SIZE - 7:MBEDTLS_MPI_MAX_SIZE - 7:0
974 mpi_fill_random:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE:0
998 mpi_fill_random:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE-1:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
H A Dtest_suite_dhm.data26 dhm_make_public:MBEDTLS_MPI_MAX_SIZE:10:"5":0
29 dhm_make_public:MBEDTLS_MPI_MAX_SIZE + 1:10:"5":MBEDTLS_ERR_DHM_MAKE_PUBLIC_FAILED+MBEDTLS_ERR_MPI_…
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/programs/pkey/
H A Drsa_verify_pss.c72 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
118 i = fread( buf, 1, MBEDTLS_MPI_MAX_SIZE, f ); in main()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/programs/pkey/
H A Drsa_verify_pss.c66 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
114 i = fread( buf, 1, MBEDTLS_MPI_MAX_SIZE, f ); in main()
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/programs/pkey/
H A Drsa_verify_pss.c97 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
142 i = fread( buf, 1, MBEDTLS_MPI_MAX_SIZE, f ); in main()
H A Dpk_sign.c93 #if MBEDTLS_ECDSA_MAX_LEN > MBEDTLS_MPI_MAX_SIZE
96 #define SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/programs/pkey/
H A Drsa_verify_pss.c69 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
114 i = fread( buf, 1, MBEDTLS_MPI_MAX_SIZE, f ); in main()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/programs/pkey/
H A Drsa_verify_pss.c83 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
129 i = fread( buf, 1, MBEDTLS_MPI_MAX_SIZE, f ); in main()
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Dpkwrite.c306 #define RSA_PUB_DER_MAX_BYTES 38 + 2 * MBEDTLS_MPI_MAX_SIZE
323 #define MPI_MAX_SIZE_2 MBEDTLS_MPI_MAX_SIZE / 2 + \
324 MBEDTLS_MPI_MAX_SIZE % 2
325 #define RSA_PRV_DER_MAX_BYTES 47 + 3 * MBEDTLS_MPI_MAX_SIZE \
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dpkwrite.c312 #define RSA_PUB_DER_MAX_BYTES 38 + 2 * MBEDTLS_MPI_MAX_SIZE
329 #define MPI_MAX_SIZE_2 MBEDTLS_MPI_MAX_SIZE / 2 + \
330 MBEDTLS_MPI_MAX_SIZE % 2
331 #define RSA_PRV_DER_MAX_BYTES 47 + 3 * MBEDTLS_MPI_MAX_SIZE \
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/include/mbedtls/
H A Dbignum.h71 #if !defined(MBEDTLS_MPI_MAX_SIZE)
79 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
82 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/mbedtls/
H A Dbignum.h68 #if !defined(MBEDTLS_MPI_MAX_SIZE)
76 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
79 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/include/mbedtls/
H A Dbignum.h68 #if !defined(MBEDTLS_MPI_MAX_SIZE)
76 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
79 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/include/mbedtls/
H A Dbignum.h107 #if !defined(MBEDTLS_MPI_MAX_SIZE)
115 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
118 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dbignum.h99 #if !defined(MBEDTLS_MPI_MAX_SIZE)
107 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
110 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dbignum.h99 #if !defined(MBEDTLS_MPI_MAX_SIZE)
107 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
110 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/comms/fldigi/fldigi-4.1.20/src/include/mbedtls/
H A Dbignum.h71 #if !defined(MBEDTLS_MPI_MAX_SIZE)
79 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
82 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/include/mbedtls/
H A Dbignum.h69 #if !defined(MBEDTLS_MPI_MAX_SIZE)
77 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
80 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/include/mbedtls/
H A Dbignum.h74 #if !defined(MBEDTLS_MPI_MAX_SIZE)
82 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
85 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/mbedtls/
H A Dbignum.h94 #if !defined(MBEDTLS_MPI_MAX_SIZE)
102 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
105 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…

1234567891011