Searched refs:RSAref_bin2bn (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/rsaref/
H A Drsaref.c329 static BIGNUM *RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) function
344 to->n = RSAref_bin2bn(from->m, NULL, RSAref_MAX_LEN);
345 to->e = RSAref_bin2bn(from->e, NULL, RSAref_MAX_LEN);
365 if ((to->n = RSAref_bin2bn(from->m, NULL, RSAref_MAX_LEN)) == NULL)
367 if ((to->e = RSAref_bin2bn(from->e, NULL, RSAref_MAX_LEN)) == NULL)
369 if ((to->d = RSAref_bin2bn(from->d, NULL, RSAref_MAX_LEN)) == NULL)
372 RSAref_bin2bn(from->prime[0], NULL, RSAref_MAX_PLEN)) == NULL)
375 RSAref_bin2bn(from->prime[1], NULL, RSAref_MAX_PLEN)) == NULL)
377 if ((to->dmp1 = RSAref_bin2bn(from->pexp[0], NULL, RSAref_MAX_PLEN))
380 if ((to->dmq1 = RSAref_bin2bn(fro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c330 static BIGNUM *RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) function
344 to->n=RSAref_bin2bn(from->m,NULL,RSAref_MAX_LEN);
345 to->e=RSAref_bin2bn(from->e,NULL,RSAref_MAX_LEN);
362 if ((to->n=RSAref_bin2bn(from->m,NULL,RSAref_MAX_LEN)) == NULL)
364 if ((to->e=RSAref_bin2bn(from->e,NULL,RSAref_MAX_LEN)) == NULL)
366 if ((to->d=RSAref_bin2bn(from->d,NULL,RSAref_MAX_LEN)) == NULL)
368 if ((to->p=RSAref_bin2bn(from->prime[0],NULL,RSAref_MAX_PLEN)) == NULL)
370 if ((to->q=RSAref_bin2bn(from->prime[1],NULL,RSAref_MAX_PLEN)) == NULL)
372 if ((to->dmp1=RSAref_bin2bn(from->pexp[0],NULL,RSAref_MAX_PLEN))
375 if ((to->dmq1=RSAref_bin2bn(fro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c329 static BIGNUM *RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) function
344 to->n = RSAref_bin2bn(from->m, NULL, RSAref_MAX_LEN);
345 to->e = RSAref_bin2bn(from->e, NULL, RSAref_MAX_LEN);
365 if ((to->n = RSAref_bin2bn(from->m, NULL, RSAref_MAX_LEN)) == NULL)
367 if ((to->e = RSAref_bin2bn(from->e, NULL, RSAref_MAX_LEN)) == NULL)
369 if ((to->d = RSAref_bin2bn(from->d, NULL, RSAref_MAX_LEN)) == NULL)
372 RSAref_bin2bn(from->prime[0], NULL, RSAref_MAX_PLEN)) == NULL)
375 RSAref_bin2bn(from->prime[1], NULL, RSAref_MAX_PLEN)) == NULL)
377 if ((to->dmp1 = RSAref_bin2bn(from->pexp[0], NULL, RSAref_MAX_PLEN))
380 if ((to->dmq1 = RSAref_bin2bn(fro
[all...]

Completed in 161 milliseconds