Searched refs:vmalloc (Results 1 – 25 of 37) sorted by relevance
12
53 vmalloc(size) in vmalloc() function85 return vmalloc(size); /* zero-fill it? */98 if ((ptr = vmalloc(size)) == NULL)131 if ((new = vmalloc(src->l)) == NULL)
210 ret = vmalloc(len);602 iv = vmalloc(iv_length); in ciphertest_1()613 buf = vmalloc(data->l + padlen); in ciphertest_1()753 key = vmalloc(strlen(keyword));756 data = vmalloc(strlen(object));757 data1 = vmalloc(strlen(object1));758 data2 = vmalloc(strlen(object2));851 buf = vmalloc(strlen(word1));861 buf = vmalloc(strlen(word2));888 buf = vmalloc(strlen(word1));[all …]
235 ret = vmalloc(i);277 ret = vmalloc(binlen); in eay_hex2asn1dn()682 name = vmalloc(len);827 name = vmalloc(len);981 cert = vmalloc(len + 1);1091 pkey = vmalloc(pkeylen);1147 pkey = vmalloc(pkeylen);1206 sig = vmalloc(len); in eay_rsa_sign()1232 xbuf = vmalloc(len);1298 if ((res = vmalloc(data->l)) == NULL) in evp_crypt()[all …]
423 yyerror("vmalloc failed");593 yyerror("vmalloc failed");
168 pl = vmalloc(len + 1);253 tmp = vmalloc(prime->l);280 if ((*gxy = vmalloc(dh->prime->l)) == NULL) {541 buf = vmalloc(len);635 seed = vmalloc(prev->l + buf->l);747 buf = vmalloc(len); in oakley_compute_hashx()795 buf = vmalloc(len);850 buf = vmalloc(len);926 buf = vmalloc(len);1069 buf = vmalloc(len);[all …]
128 if ((frag = vmalloc(fraglen)) == NULL) {208 if ((buf = vmalloc(ntohs(frag->len) - sizeof(*frag))) == NULL) {288 if ((buf = vmalloc(len)) == NULL) {
223 if ((payload = vmalloc(plen)) == NULL) {475 if ((buf = vmalloc(alen)) == NULL) {504 if ((payload = vmalloc(sizeof(*reply))) == NULL) {672 if ((payload = vmalloc(sizeof(*reply))) == NULL) {764 new = vmalloc(s->l + append->l);935 if ((buffer = vmalloc(sizeof(*attr))) == NULL) {960 if ((buffer = vmalloc(sizeof(*attr) + len)) == NULL) {980 if ((buffer = vmalloc(sizeof(*attr))) == NULL) {1005 if ((buffer = vmalloc(sizeof(*attr) + len)) == NULL) {1041 if ((buffer = vmalloc(sizeof(*attr) + len)) == NULL) {[all …]
221 payload = vmalloc(ntohs(nd->len));593 payload = vmalloc(tlen);657 payload = vmalloc(tlen);733 payload = vmalloc(tlen);795 payload = vmalloc(tlen);845 payload = vmalloc(tlen);944 iph2->sendbuf = vmalloc(tlen);1053 buf = vmalloc(tlen);1420 payload = vmalloc(tlen);1533 payload = vmalloc(tlen);
152 if ((buffer = vmalloc(tlen)) == NULL) {425 if ((buffer = vmalloc(tlen)) == NULL) {821 xauth_ldap_config.host = vmalloc(tmplen); in xauth_ldap_init_conf()828 xauth_ldap_config.attr_user = vmalloc(tmplen); in xauth_ldap_init_conf()835 xauth_ldap_config.attr_addr = vmalloc(tmplen); in xauth_ldap_init_conf()842 xauth_ldap_config.attr_mask = vmalloc(tmplen); in xauth_ldap_init_conf()849 xauth_ldap_config.attr_group = vmalloc(tmplen); in xauth_ldap_init_conf()856 xauth_ldap_config.attr_member = vmalloc(tmplen); in xauth_ldap_init_conf()1510 usr = vmalloc(iph1->rmconf->xauth->login->l - 1 + skip);1566 if ((buffer = vmalloc(sizeof(*attr) + dlen)) == NULL) {[all …]
68 extern vchar_t *vmalloc __P((size_t));
155 all_vendor_ids[i].hash = vmalloc(sizeof(vendorid_dpd_hash)); in compute_vendorids()298 if ((tmp = vmalloc(8)) == NULL) {
316 body = vmalloc(tlen);470 hbuf = vmalloc(tlen);809 tmp = vmalloc(iph2->nonce->l + iph2->nonce_p->l);828 buf = vmalloc(tlen);971 notify = vmalloc(pa->len);1143 hbuf = vmalloc(tlen);1570 body = vmalloc(tlen);1666 tmp = vmalloc(iph2->nonce_p->l + body->l);1797 tmp = vmalloc(iph2->nonce_p->l + iph2->nonce->l);1869 notify = vmalloc(tlen);[all …]
119 cert = vmalloc(res->ci_certlen + 1);
87 #define vmalloc(sz) \ macro
451 val = vmalloc(len);620 if ((sa->gssid = vmalloc(len)) == NULL) {652 if ((sa->gssid = vmalloc(len / 2)) == NULL) {1455 newsa = vmalloc(newtlen);1605 newsa = vmalloc(newtlen);2618 mysa = vmalloc(sablen);2918 p = vmalloc(sizeof(*prop) + sizeof(pr->spi));3133 iph2->sa = vmalloc(sizeof(*sab));3728 ident = vmalloc(l);3743 ret = vmalloc(sizeof(id_b) + ident->l);[all …]
168 if ((*combufp = vmalloc(rlen)) == NULL)
209 buf = vmalloc(len);391 if ((id = vmalloc(acp->id_len)) == NULL) {400 if ((key = vmalloc(acp->key_len)) == NULL) {
125 *vmbuf = vmalloc(gsstoken->length); in gssapi_gss2vmbuf()461 toks = vmalloc(len); in gssapi_get_itokens()502 toks = vmalloc(len); in gssapi_get_rtokens()
154 buf = vmalloc(len);
67 #define VMALLOC_32(sz) vmalloc(sz)
109 #define vmalloc_32 vmalloc
217 mybuf = vmalloc(max); in oprof_note_read()439 note_buffer = vmalloc(notebufsize); in oprof_init_data()461 data->buffer = vmalloc(buf_size); in oprof_init_data()
38 extern void *vmalloc(unsigned long size);
63 virt_apic_base = (ulong)vmalloc(4096); in alloc_fixmap()
59 #define YMALLOC_ALT(x) vmalloc(x)