Searched refs:RSAkey (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c402 R_RSA_PRIVATE_KEY RSAkey; local
404 if (!RSAref_Private_eay2ref(rsa,&RSAkey))
406 if ((i=RSAPrivateDecrypt(to,(unsigned int *)&outlen,(unsigned char *)from,len,&RSAkey)) != 0)
412 memset(&RSAkey,0,sizeof(RSAkey));
420 R_RSA_PRIVATE_KEY RSAkey; local
427 if (!RSAref_Private_eay2ref(rsa,&RSAkey))
429 if ((i=RSAPrivateEncrypt(to,(unsigned int *)&outlen,(unsigned char *)from,len,&RSAkey)) != 0)
435 memset(&RSAkey,0,sizeof(RSAkey));
443 R_RSA_PUBLIC_KEY RSAkey; local
462 R_RSA_PUBLIC_KEY RSAkey; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c402 R_RSA_PRIVATE_KEY RSAkey; local
404 if (!RSAref_Private_eay2ref(rsa,&RSAkey))
406 if ((i=RSAPrivateDecrypt(to,(unsigned int *)&outlen,(unsigned char *)from,len,&RSAkey)) != 0)
412 memset(&RSAkey,0,sizeof(RSAkey));
420 R_RSA_PRIVATE_KEY RSAkey; local
427 if (!RSAref_Private_eay2ref(rsa,&RSAkey))
429 if ((i=RSAPrivateEncrypt(to,(unsigned int *)&outlen,(unsigned char *)from,len,&RSAkey)) != 0)
435 memset(&RSAkey,0,sizeof(RSAkey));
443 R_RSA_PUBLIC_KEY RSAkey; local
462 R_RSA_PUBLIC_KEY RSAkey; local
[all...]

Completed in 30 milliseconds