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

/netbsd-current/external/gpl3/gdb.old/dist/zlib/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...]
/netbsd-current/external/gpl3/binutils/dist/zlib/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...]
/netbsd-current/external/gpl3/gdb/dist/zlib/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...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/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...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decdsa_ossl.c44 const BIGNUM *in_kinv, const BIGNUM *in_r,
53 in_kinv, in_r, eckey);
210 const BIGNUM *in_kinv, const BIGNUM *in_r,
275 if (in_kinv == NULL || in_r == NULL) {
283 if (BN_copy(ret->r, in_r) == NULL) {
320 if (in_kinv != NULL && in_r != NULL) {
43 ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey) argument
209 ossl_ecdsa_simple_sign_sig(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey) argument
H A Dec_kmeth.c244 const BIGNUM *in_r,
319 const BIGNUM *in_r,
233 EC_KEY_METHOD_set_sign(EC_KEY_METHOD *meth, int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(*sign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) argument
308 EC_KEY_METHOD_get_sign(const EC_KEY_METHOD *meth, int (**psign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(**psign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) argument
H A Dec_local.h654 const BIGNUM *in_kinv, const BIGNUM *in_r,
685 const BIGNUM *in_kinv, const BIGNUM *in_r,
694 const BIGNUM *in_kinv, const BIGNUM *in_r,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decdsa_ossl.c155 const BIGNUM *in_kinv, const BIGNUM *in_r,
219 if (in_kinv == NULL || in_r == NULL) {
227 if (BN_copy(ret->r, in_r) == NULL) {
264 if (in_kinv != NULL && in_r != NULL) {
154 ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey) argument
H A Dec_kmeth.c217 const BIGNUM *in_r,
292 const BIGNUM *in_r,
206 EC_KEY_METHOD_set_sign(EC_KEY_METHOD *meth, int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(*sign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) argument
281 EC_KEY_METHOD_get_sign(const EC_KEY_METHOD *meth, int (**psign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(**psign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) argument
H A Dec_local.h622 const BIGNUM *in_kinv, const BIGNUM *in_r,
650 const BIGNUM *in_kinv, const BIGNUM *in_r,
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dec.h1315 const BIGNUM *in_r,
1359 const BIGNUM *in_r,
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dec.h1492 const BIGNUM *in_r,
1536 const BIGNUM *in_r,

Completed in 127 milliseconds