Searched refs:vinctx (Results 1 – 4 of 4) sorted by relevance
73 static void name##_copyctx(void *voutctx, void *vinctx) \76 CTX *inctx = (CTX *)vinctx; \
138 static void blake##variantsize##_copyctx(void *voutctx, void *vinctx) \143 inctx = (struct blake##variant##_md_data_st *)vinctx; \
565 static void keccak_copyctx(void *voutctx, void *vinctx) in keccak_copyctx() argument568 KECCAK1600_CTX *inctx = (KECCAK1600_CTX *)vinctx; in keccak_copyctx()
23 void OSSL_FUNC_digest_copyctx(void *voutctx, void *vinctx);117 I<vinctx> parameter to the I<voutctx> parameter which is the another provider side
Completed in 14 milliseconds