Searched defs:env_md_st (Results 1 – 4 of 4) sorted by relevance
/external/openssl/include/openssl/ |
D | evp.h | 160 struct env_md_st struct 162 int type; 163 int pkey_type; 164 int md_size; 165 unsigned long flags; 166 int (*init)(EVP_MD_CTX *ctx); 167 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count); 168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md); 169 int (*copy)(EVP_MD_CTX *to,const EVP_MD_CTX *from); 170 int (*cleanup)(EVP_MD_CTX *ctx); [all …]
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | evp.h | 160 struct env_md_st struct 162 int type; 163 int pkey_type; 164 int md_size; 165 unsigned long flags; 166 int (*init)(EVP_MD_CTX *ctx); 167 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count); 168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md); 169 int (*copy)(EVP_MD_CTX *to,const EVP_MD_CTX *from); 170 int (*cleanup)(EVP_MD_CTX *ctx); [all …]
|
/external/openssl/crypto/evp/ |
D | evp.h | 160 struct env_md_st struct 162 int type; 163 int pkey_type; 164 int md_size; 165 unsigned long flags; 166 int (*init)(EVP_MD_CTX *ctx); 167 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count); 168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md); 169 int (*copy)(EVP_MD_CTX *to,const EVP_MD_CTX *from); 170 int (*cleanup)(EVP_MD_CTX *ctx); [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
D | evp.h | 160 struct env_md_st struct 162 int type; 163 int pkey_type; 164 int md_size; 165 unsigned long flags; 166 int (*init)(EVP_MD_CTX *ctx); 167 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count); 168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md); 169 int (*copy)(EVP_MD_CTX *to,const EVP_MD_CTX *from); 170 int (*cleanup)(EVP_MD_CTX *ctx); [all …]
|