/external/openssl/crypto/evp/ |
bio_md.c | 72 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2); 84 md_ctrl, 172 static long md_ctrl(BIO *b, int cmd, long num, void *ptr) function
|
evp.h | 182 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member in struct:env_md_st [all...] |
/external/openssl/crypto/asn1/ |
asn_mime.c | 215 if (md && md->md_ctrl) 219 rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr);
|
/external/openssl/include/openssl/ |
evp.h | 182 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member in struct:env_md_st [all...] |