/external/openssl/crypto/pkcs12/ |
p12_mutl.c | 74 int md_size; local 91 md_size = EVP_MD_size(md_type); 92 if (md_size < 0) 95 md_size, key, md_type)) { 100 HMAC_Init_ex(&hmac, key, md_size, md_type, NULL);
|
/external/openssl/ssl/ |
s2_lib.c | 455 int md_size; local 472 md_size = EVP_MD_size(md5); 473 if (md_size < 0) 475 for (i=0; i<s->s2->key_material_length; i += md_size) 477 if (((km - s->s2->key_material) + md_size) > 496 km += md_size;
|
s3_enc.c | 704 unsigned int md_size; local 726 md_size=t; 727 npad=(48/md_size)*md_size; 733 EVP_DigestUpdate(&md_ctx,mac_sec,md_size); 745 EVP_DigestUpdate(&md_ctx,mac_sec,md_size); 747 EVP_DigestUpdate(&md_ctx,md,md_size); 748 EVP_DigestFinal_ex( &md_ctx,md,&md_size); 753 return(md_size);
|
t1_enc.c | 881 size_t md_size; local 903 md_size=t; 936 t=EVP_DigestSignFinal(mac_ctx,md,&md_size); 942 {unsigned int z; for (z=0; z<md_size; z++) printf("%02X ",mac_sec[z]); printf("\n"); } 961 {unsigned int z; for (z=0; z<md_size; z++) printf("%02X ",md[z]); printf("\n"); } 963 return(md_size);
|
/external/openssl/crypto/evp/ |
evp.h | 163 int md_size; member in struct:env_md_st [all...] |
/external/openssl/include/openssl/ |
evp.h | 163 int md_size; member in struct:env_md_st [all...] |