Lines Matching refs:md
167 int (*final) (EVP_MD_CTX *ctx, unsigned char *md);
488 const EVP_CIPHER *cipher, const EVP_MD *md,
517 int EVP_MD_type(const EVP_MD *md);
520 int EVP_MD_pkey_type(const EVP_MD *md);
521 int EVP_MD_size(const EVP_MD *md);
522 int EVP_MD_block_size(const EVP_MD *md);
523 unsigned long EVP_MD_flags(const EVP_MD *md);
565 void BIO_set_md(BIO *, const EVP_MD *md);
567 # define BIO_set_md(b,md) BIO_ctrl(b,BIO_C_SET_MD,0,(char *)md) argument
597 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s);
599 unsigned char *md, unsigned int *size, const EVP_MD *type,
604 int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s);
612 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
652 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s,
1023 const EVP_MD *md, int en_de);
1032 const EVP_MD *md, int en_de);
1048 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
1166 # define EVP_PKEY_CTX_set_signature_md(ctx, md) \ argument
1168 EVP_PKEY_CTRL_MD, 0, (void *)md)