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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_cswift.c803 BIGNUM *dsa_q = NULL; local
820 dsa_q = BN_CTX_get(ctx);
829 !bn_wexpand(dsa_q, dsa->q->top) ||
839 sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q, (unsigned char *)dsa_q->d);
840 sw_param.up.dsa.q.value = (unsigned char *)dsa_q->d;
905 BIGNUM *dsa_q = NULL; local
922 dsa_q = BN_CTX_get(ctx);
931 !bn_wexpand(dsa_q, dsa->q->top) ||
941 sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q, (unsigned char *)dsa_q->d);
942 sw_param.up.dsa.q.value = (unsigned char *)dsa_q
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_cswift.c817 BIGNUM *dsa_q = NULL; local
835 dsa_q = BN_CTX_get(ctx);
845 !bn_wexpand(dsa_q, dsa->q->top) ||
858 (unsigned char *)dsa_q->d);
859 sw_param.up.dsa.q.value = (unsigned char *)dsa_q->d;
929 BIGNUM *dsa_q = NULL; local
947 dsa_q = BN_CTX_get(ctx);
957 !bn_wexpand(dsa_q, dsa->q->top) ||
970 (unsigned char *)dsa_q->d);
971 sw_param.up.dsa.q.value = (unsigned char *)dsa_q
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_cswift.c803 BIGNUM *dsa_q = NULL; local
820 dsa_q = BN_CTX_get(ctx);
829 !bn_wexpand(dsa_q, dsa->q->top) ||
839 sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q, (unsigned char *)dsa_q->d);
840 sw_param.up.dsa.q.value = (unsigned char *)dsa_q->d;
905 BIGNUM *dsa_q = NULL; local
922 dsa_q = BN_CTX_get(ctx);
931 !bn_wexpand(dsa_q, dsa->q->top) ||
941 sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q, (unsigned char *)dsa_q->d);
942 sw_param.up.dsa.q.value = (unsigned char *)dsa_q
[all...]

Completed in 87 milliseconds