Lines Matching defs:md
416 int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal()
425 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *isize) in EVP_DigestFinal_ex()
473 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF()
647 unsigned char *md, unsigned int *size, const EVP_MD *type, in EVP_Digest()
666 unsigned char *md, size_t *mdlen) in EVP_Q_digest()
715 const OSSL_PARAM *EVP_MD_settable_ctx_params(const EVP_MD *md) in EVP_MD_settable_ctx_params()
771 const OSSL_PARAM *EVP_MD_gettable_ctx_params(const EVP_MD *md) in EVP_MD_gettable_ctx_params()
863 EVP_MD *md = OPENSSL_zalloc(sizeof(*md)); in evp_md_new() local
907 static int evp_md_cache_constants(EVP_MD *md) in evp_md_cache_constants()
939 EVP_MD *md = NULL; in evp_md_from_algorithm() local
1059 static int evp_md_up_ref(void *md) in evp_md_up_ref()
1064 static void evp_md_free(void *md) in evp_md_free()
1072 EVP_MD *md = in EVP_MD_fetch() local
1079 int EVP_MD_up_ref(EVP_MD *md) in EVP_MD_up_ref()
1088 void EVP_MD_free(EVP_MD *md) in EVP_MD_free()