I 71 source4/heimdal/lib/hcrypto/md5.c #define DO4(a,b,c,d,k,s,i) DOIT(a,b,c,d,k,s,i,I) I 55 source4/heimdal/lib/hcrypto/pkcs12.c unsigned char *v, *I, hash[EVP_MAX_MD_SIZE]; I 73 source4/heimdal/lib/hcrypto/pkcs12.c I = calloc(1, vlen * 2); I 74 source4/heimdal/lib/hcrypto/pkcs12.c if (I == NULL) { I 82 source4/heimdal/lib/hcrypto/pkcs12.c I[i] = ((unsigned char*)salt)[i % saltlen]; I 92 source4/heimdal/lib/hcrypto/pkcs12.c I[(i * 2) + size_I] = 0; I 93 source4/heimdal/lib/hcrypto/pkcs12.c I[(i * 2) + size_I + 1] = ((unsigned char*)key)[i % (keylen + 1)]; I 103 source4/heimdal/lib/hcrypto/pkcs12.c free(I); I 109 source4/heimdal/lib/hcrypto/pkcs12.c EVP_DigestUpdate(ctx, I, size_I); I 134 source4/heimdal/lib/hcrypto/pkcs12.c bnI = BN_bin2bn(I + i, vlen, NULL); I 142 source4/heimdal/lib/hcrypto/pkcs12.c memcpy(I + i, v + 1, vlen); I 144 source4/heimdal/lib/hcrypto/pkcs12.c memset(I + i, 0, vlen - j); I 145 source4/heimdal/lib/hcrypto/pkcs12.c BN_bn2bin(bnI, I + i + vlen - j); I 155 source4/heimdal/lib/hcrypto/pkcs12.c free(I);