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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/inflate86/
H A Dinffast.S315 #define in_r %esi define
319 movl in(%esp), in_r
321 cmpl in_r, %ecx
325 subl in_r, %ecx /* ecx = avail_in */
333 leal buf(%esp), in_r /* in = buf */
334 movl in_r, last(%esp) /* last = in, do just one iteration */
337 /* align in_r on long boundary */
339 testl $3, in_r
342 movb (in_r), %al
343 incl in_r
859 #define in_r %esi define
1156 #define in_r %esi define
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S315 #define in_r %esi define
319 movl in(%esp), in_r
321 cmpl in_r, %ecx
325 subl in_r, %ecx /* ecx = avail_in */
333 leal buf(%esp), in_r /* in = buf */
334 movl in_r, last(%esp) /* last = in, do just one iteration */
337 /* align in_r on long boundary */
339 testl $3, in_r
342 movb (in_r), %al
343 incl in_r
859 #define in_r %esi define
1156 #define in_r %esi define
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S315 #define in_r %esi define
319 movl in(%esp), in_r
321 cmpl in_r, %ecx
325 subl in_r, %ecx /* ecx = avail_in */
333 leal buf(%esp), in_r /* in = buf */
334 movl in_r, last(%esp) /* last = in, do just one iteration */
337 /* align in_r on long boundary */
339 testl $3, in_r
342 movb (in_r), %al
343 incl in_r
859 #define in_r %esi define
1156 #define in_r %esi define
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/inflate86/
H A Dinffast.S315 #define in_r %esi define
319 movl in(%esp), in_r
321 cmpl in_r, %ecx
325 subl in_r, %ecx /* ecx = avail_in */
333 leal buf(%esp), in_r /* in = buf */
334 movl in_r, last(%esp) /* last = in, do just one iteration */
337 /* align in_r on long boundary */
339 testl $3, in_r
342 movb (in_r), %al
343 incl in_r
859 #define in_r %esi define
1156 #define in_r %esi define
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_ossl.c213 const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)
268 if (in_kinv == NULL || in_r == NULL)
280 if (BN_copy(ret->r, in_r) == NULL)
306 if (in_kinv != NULL && in_r != NULL)
212 ecdsa_do_sign(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
H A Decs_ossl.c236 const BIGNUM *in_kinv, const BIGNUM *in_r,
290 if (in_kinv == NULL || in_r == NULL) {
298 if (BN_copy(ret->r, in_r) == NULL) {
321 if (in_kinv != NULL && in_r != NULL) {
235 ecdsa_do_sign(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
H A Decs_ossl.c236 const BIGNUM *in_kinv, const BIGNUM *in_r,
290 if (in_kinv == NULL || in_r == NULL) {
298 if (BN_copy(ret->r, in_r) == NULL) {
321 if (in_kinv != NULL && in_r != NULL) {
235 ecdsa_do_sign(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey) argument

Completed in 73 milliseconds