Lines Matching refs:vmalloc
212 ret = vmalloc(i);
254 ret = vmalloc(binlen);
660 name = vmalloc(len);
915 cert = vmalloc(len);
1024 pkey = vmalloc(pkeylen);
1080 pkey = vmalloc(pkeylen);
1139 sig = vmalloc(len);
1165 xbuf = vmalloc(len);
1231 if ((res = vmalloc(data->l)) == NULL)
1367 if ((res = vmalloc(data->l)) == NULL)
1388 if ((res = vmalloc(data->l)) == NULL)
1465 if ((res = vmalloc(data->l)) == NULL)
1486 if ((res = vmalloc(data->l)) == NULL)
1612 if ((res = vmalloc(data->l)) == NULL)
1642 if ((res = vmalloc(data->l)) == NULL)
1850 if ((res = vmalloc(SHA512_DIGEST_LENGTH)) == 0)
1907 if ((res = vmalloc(SHA384_DIGEST_LENGTH)) == 0)
1964 if ((res = vmalloc(SHA256_DIGEST_LENGTH)) == 0)
2022 if ((res = vmalloc(SHA_DIGEST_LENGTH)) == 0)
2079 if ((res = vmalloc(MD5_DIGEST_LENGTH)) == 0)
2127 if ((res = vmalloc(SHA512_DIGEST_LENGTH)) == 0)
2187 if ((res = vmalloc(SHA384_DIGEST_LENGTH)) == 0)
2247 if ((res = vmalloc(SHA256_DIGEST_LENGTH)) == 0)
2306 if ((res = vmalloc(SHA_DIGEST_LENGTH)) == 0)
2364 if ((res = vmalloc(MD5_DIGEST_LENGTH)) == 0)
2545 *var = vmalloc(bn->top * BN_BYTES);
2587 res = vmalloc(outlen);
2619 res = vmalloc(plen+1);
2706 binbuf = vmalloc(BN_num_bytes(in));