Searched refs:voutctx (Results 1 – 4 of 4) sorted by relevance
73 static void name##_copyctx(void *voutctx, void *vinctx) \75 CTX *outctx = (CTX *)voutctx; \
138 static void blake##variantsize##_copyctx(void *voutctx, void *vinctx) \142 outctx = (struct blake##variant##_md_data_st *)voutctx; \
565 static void keccak_copyctx(void *voutctx, void *vinctx) in keccak_copyctx() argument567 KECCAK1600_CTX *outctx = (KECCAK1600_CTX *)voutctx; 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 19 milliseconds