Searched refs:SHA1Init (Results 1 – 12 of 12) sorted by relevance
14 SHA1Init(&ctx); in test1()50 SHA1Init(&ctx); in test2()65 SHA1Init(&ctx); in test3()77 SHA1Init(&ctx); in test4()
58 SHA1Init(&ctx->u.sha1); in crypto_hash_init()96 SHA1Init(&ctx->u.sha1); in crypto_hash_init()110 SHA1Init(&ctx->u.sha1); in crypto_hash_init()279 SHA1Init(&ctx->u.sha1); in crypto_hash_finish()
18 void SHA1Init(struct SHA1Context *context);
39 SHA1Init(&ctx); in sha1_vector()234 void SHA1Init(SHA1_CTX* context) in SHA1Init() function
39 SHA1Init(ctx); in _mesa_sha1_init()
29 void SHA1Init(SHA1_CTX *);
108 SHA1Init(SHA1_CTX *context) in SHA1Init() function
24 void SHA1Init(SHA1_CTX *);
111 SHA1Init(SHA1_CTX *context) in SHA1Init() function122 DEF_WEAK(SHA1Init);
81 (md_init_fn *) SHA1Init,
328 SHA1Init(&ctxt); in pncrypt_setkey()817 SHA1Init(&ctxt);828 SHA1Init(&ctxt);1269 SHA1Init(&ctxt);1670 SHA1Init(&ctxt);1971 SHA1Init(&ctxt);
8388 INTERCEPTOR(void, SHA1Init, void *context) {8390 COMMON_INTERCEPTOR_ENTER(ctx, SHA1Init, context);8391 REAL(SHA1Init)(context);8468 COMMON_INTERCEPT_FUNCTION(SHA1Init); \