Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/rc4/asm/
H A Drc4-586.pl78 $ty="edx";
91 &add ($ty,$tx);
93 &and ($ty,0xff);
147 &add ($ty,$tx);
149 &movz ($ty,&LB($ty)); # (*)
201 &test ($ty,-8);
210 &and ($ty,-8);
211 &lea ($ty,&DWP(-8,$inp,$ty));
247 &lea ($ty,&DWP(-4,$inp,$ty));
272 &mov ($ty,&DWP(0,$dat,$ty,4));
[all …]
/openssl/crypto/rc4/
H A Drc4_enc.c31 register RC4_INT x, y, tx, ty; in RC4() local
42 d[x]=ty=d[y]; \ in RC4()
44 (out) = d[(tx+ty)&0xff]^ (in); in RC4()
/openssl/crypto/ec/
H A Dec_key.c697 BIGNUM *tx, *ty; in EC_KEY_set_public_key_affine_coordinates() local
716 ty = BN_CTX_get(ctx); in EC_KEY_set_public_key_affine_coordinates()
717 if (ty == NULL) in EC_KEY_set_public_key_affine_coordinates()
722 if (!EC_POINT_get_affine_coordinates(key->group, point, tx, ty, ctx)) in EC_KEY_set_public_key_affine_coordinates()
729 if (BN_cmp(x, tx) || BN_cmp(y, ty)) { in EC_KEY_set_public_key_affine_coordinates()

Completed in 10 milliseconds