Searched refs:hptr (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_gmp.c294 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); local
295 if(hptr) return hptr;
296 hptr = OPENSSL_malloc(sizeof(E_GMP_RSA_CTX));
297 if(!hptr) return NULL;
300 mpz_init(hptr->n);
301 mpz_init(hptr->d);
302 mpz_init(hptr->e);
303 mpz_init(hptr->p);
304 mpz_init(hptr
345 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); local
366 E_GMP_RSA_CTX *hptr; local
[all...]
H A De_sureware.c652 static EVP_PKEY* sureware_load_public(ENGINE *e,const char *key_id,char *hptr,unsigned long el,char keytype) argument
674 RSA_set_ex_data(rsatmp,rsaHndidx,hptr);
709 DSA_set_ex_data(dsatmp,dsaHndidx,hptr);
780 char *hptr=NULL; local
790 ret=p_surewarehk_Load_Privkey(msg,key_id,&hptr,&el,&keytype);
797 res=sureware_load_public(e,key_id,hptr,el,keytype);
808 char *hptr=NULL; local
826 res=sureware_load_public(e,key_id,hptr,el,keytype);
868 char *buf=NULL,*hptr=NULL; local
875 else if (!(hptr
939 char *hptr=NULL; local
973 char *hptr=NULL; local
[all...]
H A De_chil.c769 HWCryptoHook_RSAKeyHandle *hptr; local
789 hptr = OPENSSL_malloc(sizeof(HWCryptoHook_RSAKeyHandle));
790 if (!hptr)
798 if (p_hwcrhk_RSALoadKey(hwcrhk_context, key_id, hptr,
806 if (!*hptr)
815 RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr);
821 if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg)
834 if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg))
970 HWCryptoHook_RSAKeyHandle *hptr; local
985 if ((hptr
1156 HWCryptoHook_RSAKeyHandle *hptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_gmp.c334 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); local
335 if (hptr)
336 return hptr;
337 hptr = OPENSSL_malloc(sizeof(E_GMP_RSA_CTX));
338 if (!hptr)
344 mpz_init(hptr->n);
345 mpz_init(hptr->d);
346 mpz_init(hptr->e);
347 mpz_init(hptr->p);
348 mpz_init(hptr
389 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); local
412 E_GMP_RSA_CTX *hptr; local
[all...]
H A De_sureware.c686 char *hptr, unsigned long el,
709 RSA_set_ex_data(rsatmp, rsaHndidx, hptr);
747 DSA_set_ex_data(dsatmp, dsaHndidx, hptr);
823 char *hptr = NULL; local
831 ret = p_surewarehk_Load_Privkey(msg, key_id, &hptr, &el, &keytype);
837 res = sureware_load_public(e, key_id, hptr, el, keytype);
849 char *hptr = NULL; local
864 res = sureware_load_public(e, key_id, hptr, el, keytype);
907 char *buf = NULL, *hptr = NULL; local
914 else if (!(hptr
685 sureware_load_public(ENGINE *e, const char *key_id, char *hptr, unsigned long el, char keytype) argument
988 char *hptr = NULL; local
1023 char *hptr = NULL; local
[all...]
H A De_chil.c776 HWCryptoHook_RSAKeyHandle *hptr; local
794 hptr = OPENSSL_malloc(sizeof(HWCryptoHook_RSAKeyHandle));
795 if (!hptr) {
801 if (p_hwcrhk_RSALoadKey(hwcrhk_context, key_id, hptr, &rmsg, &ppctx)) {
806 if (!*hptr) {
813 RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr);
819 if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg)
831 if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg)) {
964 HWCryptoHook_RSAKeyHandle *hptr; local
980 if ((hptr
1083 HWCryptoHook_RSAKeyHandle *hptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_gmp.c334 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); local
335 if (hptr)
336 return hptr;
337 hptr = OPENSSL_malloc(sizeof(E_GMP_RSA_CTX));
338 if (!hptr)
344 mpz_init(hptr->n);
345 mpz_init(hptr->d);
346 mpz_init(hptr->e);
347 mpz_init(hptr->p);
348 mpz_init(hptr
389 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); local
412 E_GMP_RSA_CTX *hptr; local
[all...]
H A De_sureware.c686 char *hptr, unsigned long el,
709 RSA_set_ex_data(rsatmp, rsaHndidx, hptr);
747 DSA_set_ex_data(dsatmp, dsaHndidx, hptr);
823 char *hptr = NULL; local
831 ret = p_surewarehk_Load_Privkey(msg, key_id, &hptr, &el, &keytype);
837 res = sureware_load_public(e, key_id, hptr, el, keytype);
849 char *hptr = NULL; local
864 res = sureware_load_public(e, key_id, hptr, el, keytype);
907 char *buf = NULL, *hptr = NULL; local
914 else if (!(hptr
685 sureware_load_public(ENGINE *e, const char *key_id, char *hptr, unsigned long el, char keytype) argument
988 char *hptr = NULL; local
1023 char *hptr = NULL; local
[all...]
H A De_chil.c776 HWCryptoHook_RSAKeyHandle *hptr; local
794 hptr = OPENSSL_malloc(sizeof(HWCryptoHook_RSAKeyHandle));
795 if (!hptr) {
801 if (p_hwcrhk_RSALoadKey(hwcrhk_context, key_id, hptr, &rmsg, &ppctx)) {
806 if (!*hptr) {
813 RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr);
819 if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg)
831 if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg)) {
964 HWCryptoHook_RSAKeyHandle *hptr; local
980 if ((hptr
1083 HWCryptoHook_RSAKeyHandle *hptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du-strstr.h36 const UNIT *hptr = haystack + 1; local
40 if (*hptr != *nptr)
42 hptr++; nptr++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_spkm3_token.c157 char *hptr = *hdrbuf; local
160 *(u8 *)hptr++ = 0x30;
161 *(u8 *)hptr++ = elen + 7; /* on the wire header length */
164 *(u8 *)hptr++ = 0x02;
165 *(u8 *)hptr++ = 0x02;
166 *(u8 *)hptr++ = 0x01;
167 *(u8 *)hptr++ = 0x01;
170 *(u8 *)hptr++ = 0x03;
171 *(u8 *)hptr++ = elen + 1; /* add 1 to include zbit */
172 *(u8 *)hptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c174 hnode_t *low_chain = NULL, *high_chain = NULL, *hptr, *next; local
176 for (hptr = newtable[chain]; hptr != NULL; hptr = next) {
177 next = hptr->next;
179 if (hptr->hkey & exposed_bit) {
180 hptr->next = high_chain;
181 high_chain = hptr;
183 hptr->next = low_chain;
184 low_chain = hptr;
594 hnode_t *hptr; local
650 hnode_t *hptr; local
696 hnode_t *hptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngmem.c179 png_byte huge * hptr; local
239 hptr = (png_byte huge *)table;
240 if ((png_size_t)hptr & 0xf)
242 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
243 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */
247 png_ptr->offset_table_ptr[i] = (png_bytep)hptr;
248 hptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngmem.c161 png_byte huge * hptr; local
221 hptr = (png_byte huge *)table;
222 if ((png_size_t)hptr & 0xf)
224 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
225 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */
229 png_ptr->offset_table_ptr[i] = (png_bytep)hptr;
230 hptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Drmm.c174 struct rmm_header *hptr; local
222 hptr = target->free_list[i];
223 hptr->addr = tmp->base;
224 hptr->size = tmp->length;
225 hptr->next = NULL;
263 struct rmm_header *hptr; local
283 hptr = next = target->free_list[i];
285 hptr = next;
286 next = hptr->next;
287 kfree(hptr);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Dsureware.h95 * out param hptr : a pointer to a buffer allocated by SureWare_Hook
100 char **hptr, unsigned long *num,
112 * out param hptr : a pointer to a buffer allocated by SureWare_Hook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dsureware.h94 * out param hptr : a pointer to a buffer allocated by SureWare_Hook
98 typedef int SureWareHook_Load_Privkey_t(char*const msg,const char *key_id,char **hptr,unsigned long *num,char *keytype);
109 * out param hptr : a pointer to a buffer allocated by SureWare_Hook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Dsureware.h95 * out param hptr : a pointer to a buffer allocated by SureWare_Hook
100 char **hptr, unsigned long *num,
112 * out param hptr : a pointer to a buffer allocated by SureWare_Hook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhost.c317 struct hostent *hptr;
324 ctx->hptr = gethostbyname (ctx->host_name);
343 if (!ctx.hptr)
345 return ctx.hptr;
807 struct hostent *hptr = gethostbyname_with_timeout (host, timeout);
808 if (!hptr)
821 al = address_list_from_ipv4_addresses (hptr->h_addr_list);
316 struct hostent *hptr; member in struct:ghbnwt_context
803 struct hostent *hptr = gethostbyname_with_timeout (host, timeout); local

Completed in 109 milliseconds