Searched refs:dctx (Results 1 – 4 of 4) sorted by relevance
| /include/openssl/ |
| A D | hmac.h | 49 OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
|
| A D | core_dispatch.h | 351 OSSL_CORE_MAKE_FUNC(int, digest_init, (void *dctx, const OSSL_PARAM params[])) 353 (void *dctx, const unsigned char *in, size_t inl)) 355 (void *dctx, 358 (void *dctx, 364 OSSL_CORE_MAKE_FUNC(void, digest_freectx, (void *dctx)) 365 OSSL_CORE_MAKE_FUNC(void *, digest_dupctx, (void *dctx)) 376 (void *dctx, void *provctx)) 378 (void *dctx, void *provctx))
|
| A D | evp.h | 915 int EVP_ENCODE_CTX_copy(EVP_ENCODE_CTX *dctx, const EVP_ENCODE_CTX *sctx);
|
| /include/internal/ |
| A D | dane.h | 68 struct dane_ctx_st *dctx; member
|
Completed in 15 milliseconds