Searched refs:psign (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_sureware.c1024 DSA_SIG *psign = NULL; local
1037 if ((psign = DSA_SIG_new()) == NULL) {
1042 psign->r = BN_new();
1043 psign->s = BN_new();
1044 if(!psign->r || !psign->s)
1046 bn_expand2(psign->r, 20 / sizeof(BN_ULONG));
1047 bn_expand2(psign->s, 20 / sizeof(BN_ULONG));
1048 if (psign->r->dmax != 20 / sizeof(BN_ULONG) ||
1049 psign
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c974 DSA_SIG *psign=NULL; local
989 if((psign = DSA_SIG_new()) == NULL)
994 psign->r=BN_new();
995 psign->s=BN_new();
996 bn_expand2(psign->r, 20/sizeof(BN_ULONG));
997 bn_expand2(psign->s, 20/sizeof(BN_ULONG));
998 if (!psign->r || psign->r->dmax!=20/sizeof(BN_ULONG) ||
999 !psign->s || psign
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_sureware.c1024 DSA_SIG *psign = NULL; local
1037 if ((psign = DSA_SIG_new()) == NULL) {
1042 psign->r = BN_new();
1043 psign->s = BN_new();
1044 if(!psign->r || !psign->s)
1046 bn_expand2(psign->r, 20 / sizeof(BN_ULONG));
1047 bn_expand2(psign->s, 20 / sizeof(BN_ULONG));
1048 if (psign->r->dmax != 20 / sizeof(BN_ULONG) ||
1049 psign
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dtls1.h324 int *psign, int *phash, int *psignandhash,
328 int *psign, int *phash, int *psignandhash,
H A Dt1_lib.c3823 int *psign, int *phash, int *psignhash,
3838 tls1_lookup_sigalg(phash, psign, psignhash, psig);
3844 int *psign, int *phash, int *psignhash,
3853 if (psign)
3854 *psign = shsigalgs->sign_nid;
3822 SSL_get_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) argument
3843 SSL_get_shared_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dtls1.h324 int *psign, int *phash, int *psignandhash,
328 int *psign, int *phash, int *psignandhash,
H A Dt1_lib.c3823 int *psign, int *phash, int *psignhash,
3838 tls1_lookup_sigalg(phash, psign, psignhash, psig);
3844 int *psign, int *phash, int *psignhash,
3853 if (psign)
3854 *psign = shsigalgs->sign_nid;
3822 SSL_get_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) argument
3843 SSL_get_shared_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) argument

Completed in 77 milliseconds