Lines Matching refs:vmalloc
225 ret = vmalloc(i);
267 ret = vmalloc(binlen); in eay_hex2asn1dn()
524 name = vmalloc(len);
692 name = vmalloc(len);
833 cert = vmalloc(len + 1);
930 pkey = vmalloc(pkeylen);
986 pkey = vmalloc(pkeylen);
1045 sig = vmalloc(len); in eay_rsa_sign()
1071 xbuf = vmalloc(len);
1137 if ((res = vmalloc(data->l)) == NULL) in evp_crypt()
1262 if ((res = vmalloc(data->l)) == NULL)
1283 if ((res = vmalloc(data->l)) == NULL)
1360 if ((res = vmalloc(data->l)) == NULL)
1381 if ((res = vmalloc(data->l)) == NULL)
1507 if ((res = vmalloc(data->l)) == NULL)
1537 if ((res = vmalloc(data->l)) == NULL)
1744 if ((res = vmalloc(EVP_MD_size(type))) == 0)
1762 if ((res = vmalloc(EVP_MD_size(type))) == 0)
1808 if ((res = vmalloc(SHA512_DIGEST_LENGTH)) == 0)
1858 if ((res = vmalloc(SHA384_DIGEST_LENGTH)) == 0)
1908 if ((res = vmalloc(SHA256_DIGEST_LENGTH)) == 0)
1959 if ((res = vmalloc(SHA_DIGEST_LENGTH)) == 0)
2009 if ((res = vmalloc(MD5_DIGEST_LENGTH)) == 0)
2056 if ((res = vmalloc(SHA512_DIGEST_LENGTH)) == 0)
2109 if ((res = vmalloc(SHA384_DIGEST_LENGTH)) == 0)
2162 if ((res = vmalloc(SHA256_DIGEST_LENGTH)) == 0)
2214 if ((res = vmalloc(SHA_DIGEST_LENGTH)) == 0)
2265 if ((res = vmalloc(MD5_DIGEST_LENGTH)) == 0)
2456 *var = vmalloc(BN_num_bytes(bn));
2498 res = vmalloc(outlen); in base64_decode()
2530 res = vmalloc(plen+1); in base64_encode()
2613 binbuf = vmalloc(BN_num_bytes(in)); in bignum_pubkey2rsa()