Lines Matching refs:vmalloc
217 ret = vmalloc(i);
259 ret = vmalloc(binlen); in eay_hex2asn1dn()
666 name = vmalloc(len);
929 cert = vmalloc(len);
1043 pkey = vmalloc(pkeylen);
1099 pkey = vmalloc(pkeylen);
1158 sig = vmalloc(len); in eay_rsa_sign()
1184 xbuf = vmalloc(len);
1254 if ((res = vmalloc(data->l)) == NULL) in evp_crypt()
1404 if ((res = vmalloc(data->l)) == NULL)
1425 if ((res = vmalloc(data->l)) == NULL)
1502 if ((res = vmalloc(data->l)) == NULL)
1523 if ((res = vmalloc(data->l)) == NULL)
1649 if ((res = vmalloc(data->l)) == NULL)
1679 if ((res = vmalloc(data->l)) == NULL)
1889 if ((res = vmalloc(SHA512_DIGEST_LENGTH)) == 0)
1946 if ((res = vmalloc(SHA384_DIGEST_LENGTH)) == 0)
2003 if ((res = vmalloc(SHA256_DIGEST_LENGTH)) == 0)
2061 if ((res = vmalloc(SHA_DIGEST_LENGTH)) == 0)
2118 if ((res = vmalloc(MD5_DIGEST_LENGTH)) == 0)
2166 if ((res = vmalloc(SHA512_DIGEST_LENGTH)) == 0)
2226 if ((res = vmalloc(SHA384_DIGEST_LENGTH)) == 0)
2286 if ((res = vmalloc(SHA256_DIGEST_LENGTH)) == 0)
2345 if ((res = vmalloc(SHA_DIGEST_LENGTH)) == 0)
2403 if ((res = vmalloc(MD5_DIGEST_LENGTH)) == 0)
2594 *var = vmalloc(bn->top * sizeof(BN_ULONG));
2596 *var = vmalloc(bn->top * BN_BYTES);
2627 res = vmalloc(decoded_size); in base64_decode()
2656 res = vmalloc(outlen); in base64_decode()
2682 res = vmalloc(encoded_size+1); in base64_encode()
2704 res = vmalloc(plen+1); in base64_encode()
2792 binbuf = vmalloc(BN_num_bytes(in)); in bignum_pubkey2rsa()