Home
last modified time | relevance | path

Searched refs:supported_digests (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/gnutls/gnutls-3.6.16/lib/algorithms/
H A Dmac.c413 static gnutls_digest_algorithm_t supported_digests[MAX_ALGOS] = in gnutls_digest_list() local
416 if (supported_digests[0] == 0) { in gnutls_digest_list()
423 supported_digests[i++] = (gnutls_digest_algorithm_t)p->id; in gnutls_digest_list()
426 supported_digests[i++] = 0; in gnutls_digest_list()
429 return supported_digests; in gnutls_digest_list()
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Dmd.c49 static const int supported_digests[] = { variable
78 return( supported_digests ); in mbedtls_md_list()
/dports/security/pixiewps/pixiewps-1.4.1/src/mbedtls/
H A Dmd.c43 static const int supported_digests[] = {
51 return( supported_digests );
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dmd.c59 static const int supported_digests[] = { variable
96 return( supported_digests ); in mbedtls_md_list()
/dports/security/nmap/nmap-7.91/nselib/
H A Dopenssl.luadoc168 -- <code>openssl.supported_digests</code>.
174 -- <code>openssl.supported_digests</code>.
205 function supported_digests()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Dmd.c57 static const int supported_digests[] = { variable
94 return( supported_digests ); in mbedtls_md_list()
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Dmd.c80 static const int supported_digests[] = { variable
117 return( supported_digests ); in mbedtls_md_list()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dmd.c80 static const int supported_digests[] = { variable
117 return( supported_digests ); in mbedtls_md_list()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dmd.c80 static const int supported_digests[] = { variable
117 return( supported_digests ); in mbedtls_md_list()
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Dmd.c57 static const int supported_digests[] = { variable
94 return( supported_digests ); in mbedtls_md_list()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Dmd.c55 static const int supported_digests[] = { variable
92 return( supported_digests ); in mbedtls_md_list()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Dmd.c55 static const int supported_digests[] = { variable
92 return( supported_digests ); in mbedtls_md_list()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Dmd.c84 static const int supported_digests[] = { variable
121 return( supported_digests ); in mbedtls_md_list()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Dmd.c84 static const int supported_digests[] = { variable
121 return( supported_digests ); in mbedtls_md_list()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dmd.c137 static const int supported_digests[] = { variable
176 return( supported_digests ); in mbedtls_md_list()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dmd.c137 static const int supported_digests[] = { variable
176 return( supported_digests ); in mbedtls_md_list()
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Dmd.c137 static const int supported_digests[] = { variable
176 return( supported_digests ); in mbedtls_md_list()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dmd.c137 static const int supported_digests[] = { variable
176 return( supported_digests ); in mbedtls_md_list()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dmd.c137 static const int supported_digests[] = { variable
176 return( supported_digests ); in vdb_mbedtls_md_list()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dmd.c137 static const int supported_digests[] = { variable
176 return( supported_digests ); in vdb_mbedtls_md_list()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/
H A Dfxp.c3956 char *supported_digests; in fxp_handle_ext_check_file() local
4139 supported_digests = "md5,sha1"; in fxp_handle_ext_check_file()
4141 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha224,sha256", in fxp_handle_ext_check_file()
4145 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha384,sha512", in fxp_handle_ext_check_file()
4150 supported_digests); in fxp_handle_ext_check_file()
4157 supported_digests); in fxp_handle_ext_check_file()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/
H A Dfxp.c3956 char *supported_digests; in fxp_handle_ext_check_file() local
4139 supported_digests = "md5,sha1"; in fxp_handle_ext_check_file()
4141 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha224,sha256", in fxp_handle_ext_check_file()
4145 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha384,sha512", in fxp_handle_ext_check_file()
4150 supported_digests); in fxp_handle_ext_check_file()
4157 supported_digests); in fxp_handle_ext_check_file()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/
H A Dfxp.c3956 char *supported_digests; in fxp_handle_ext_check_file() local
4139 supported_digests = "md5,sha1"; in fxp_handle_ext_check_file()
4141 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha224,sha256", in fxp_handle_ext_check_file()
4145 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha384,sha512", in fxp_handle_ext_check_file()
4150 supported_digests); in fxp_handle_ext_check_file()
4157 supported_digests); in fxp_handle_ext_check_file()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/
H A Dfxp.c3956 char *supported_digests; in fxp_handle_ext_check_file() local
4139 supported_digests = "md5,sha1"; in fxp_handle_ext_check_file()
4141 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha224,sha256", in fxp_handle_ext_check_file()
4145 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha384,sha512", in fxp_handle_ext_check_file()
4150 supported_digests); in fxp_handle_ext_check_file()
4157 supported_digests); in fxp_handle_ext_check_file()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/
H A Dfxp.c3956 char *supported_digests; in fxp_handle_ext_check_file() local
4139 supported_digests = "md5,sha1"; in fxp_handle_ext_check_file()
4141 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha224,sha256", in fxp_handle_ext_check_file()
4145 supported_digests = pstrcat(fxp->pool, supported_digests, ",sha384,sha512", in fxp_handle_ext_check_file()
4150 supported_digests); in fxp_handle_ext_check_file()
4157 supported_digests); in fxp_handle_ext_check_file()

12