Home
last modified time | relevance | path

Searched refs:hash_setup (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dpsa_crypto_hash.c189 static psa_status_t hash_setup( in hash_setup() function
510 status = hash_setup( &operation, alg ); in hash_compute()
547 return( hash_setup( operation, alg ) ); in mbedtls_psa_hash_setup()
651 return( hash_setup( operation, alg ) ); in mbedtls_transparent_test_driver_hash_setup()
/dports/devel/sgb/sgb-20090810_1/
H A Dgb_graph.ch165 extern void hash_setup(); /* create a hash table for a given graph */
170 extern void hash_setup(Graph *); /* create a hash table for a given graph */
189 void hash_setup(g)
192 void hash_setup(Graph *g)
H A Dgb_graph.w821 \smallskip|hash_setup(g)| prepares a hash table for all vertices of graph~|g|;
826 created, while |hash_setup| and |hash_lookup| apply to arbitrary graphs.
837 the hash table will be worthless, unless |hash_setup| is used to
843 extern void hash_setup(); /* create a hash table for a given graph */
877 your friend will have to rebuild the hash structure with |hash_setup|
911 void hash_setup(g)
/dports/devel/sgb/sgb-20090810_1/PROTOTYPES/
H A Dgb_graph.ch165 extern void hash_setup(); /* create a hash table for a given graph */
170 extern void hash_setup(Graph *); /* create a hash table for a given graph */
189 void hash_setup(g)
192 void hash_setup(Graph *g)
/dports/archivers/zchunk/zchunk-1.1.16/test/lib/
H A Dutil.c38 if(!hash_setup(zck, &hash_type, type)) in get_hash()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/integrity/ima/
H A Dima_main.c45 static int __init hash_setup(char *str) in hash_setup() function
77 __setup("ima_hash=", hash_setup);
995 hash_setup(CONFIG_IMA_DEFAULT_HASH); in init_ima()
1003 hash_setup(CONFIG_IMA_DEFAULT_HASH); in init_ima()
/dports/multimedia/libv4l/linux-5.13-rc2/security/integrity/ima/
H A Dima_main.c45 static int __init hash_setup(char *str) in hash_setup() function
77 __setup("ima_hash=", hash_setup);
995 hash_setup(CONFIG_IMA_DEFAULT_HASH); in init_ima()
1003 hash_setup(CONFIG_IMA_DEFAULT_HASH); in init_ima()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/integrity/ima/
H A Dima_main.c45 static int __init hash_setup(char *str) in hash_setup() function
77 __setup("ima_hash=", hash_setup);
995 hash_setup(CONFIG_IMA_DEFAULT_HASH); in init_ima()
1003 hash_setup(CONFIG_IMA_DEFAULT_HASH); in init_ima()
/dports/archivers/zchunk/zchunk-1.1.16/src/lib/hash/
H A Dhash.c154 bool hash_setup(zckCtx *zck, zckHashType *ht, int h) { in hash_setup() function
308 if(!hash_setup(zck, &(zck->hash_type), hash_type)) { in set_full_hash_type()
325 if(!hash_setup(zck, &(zck->chunk_hash_type), hash_type)) { in set_chunk_hash_type()
/dports/archivers/zchunk/zchunk-1.1.16/src/lib/
H A Dzck.c223 if(!hash_setup(zck, &chk_type, zck->prep_hash_type)) { in zck_set_soption()
H A Dzck_private.h308 bool hash_setup(zckCtx *zck, zckHashType *ht, int h)
H A Dheader.c428 if(!hash_setup(zck, &(zck->hash_type), hash_type)) { in read_lead()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/plugins/contrib/
H A Dlinguas.mdwn65 > > [patch](http://ettin.org/pub/ikiwiki/hash_setup.patch) it seems to
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto.data751 hash_setup:PSA_ALG_SHA_1:PSA_SUCCESS
755 hash_setup:PSA_ALG_SHA_224:PSA_SUCCESS
759 hash_setup:PSA_ALG_SHA_256:PSA_SUCCESS
763 hash_setup:PSA_ALG_SHA_384:PSA_SUCCESS
767 hash_setup:PSA_ALG_SHA_512:PSA_SUCCESS
771 hash_setup:PSA_ALG_MD2:PSA_SUCCESS
775 hash_setup:PSA_ALG_MD4:PSA_SUCCESS
779 hash_setup:PSA_ALG_MD5:PSA_SUCCESS
783 hash_setup:PSA_ALG_RIPEMD160:PSA_SUCCESS
787 hash_setup:PSA_ALG_CATEGORY_HASH:PSA_ERROR_NOT_SUPPORTED
[all …]
H A Dtest_suite_psa_crypto.function2555 void hash_setup( int alg_arg,
/dports/math/calc/calc-2.14.0.14/
H A Dhash.c66 STATIC struct hash_setup { struct
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/docs/proposed/
H A Dpsa-driver-interface.md253 * `"hash_setup"`: called by `psa_hash_setup()`.