Home
last modified time | relevance | path

Searched refs:in3 (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/des/asm/
H A Ddes_enc.m477 #define in3 %i3
124 ! parameter 8 1 for move in3 to in4, 2 for move in4 to in3
1136 ! parameter 8 1 for move in3 to in4, 2 for move in4 to in3
1153 ! parameter 8 1 for move in3 to in4, 2 for move in4 to in3
1206 mov in1, in3 ! key address to in3
1229 mov in3, in4
1415 ! parameter 8 1 for move in3 to in4, 2 for move in4 to in3
1499 add in3, 120, in3
1600 STPTR in3, KS1
1612 LDPTR KS1, in3
[all …]
/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl791 le?vperm $in3,$in3,$in3,$inpperm
906 vxor $in3,$in3,v31
929 le?vperm $in3,$in3,$in3,$inpperm
1051 vxor $in3,$in3,v31
1600 le?vperm $in3,$in3,$in3,$inpperm
1622 vxor $in3,$in3,v31
1667 le?vperm $in3,$in3,$in3,$inpperm
2562 le?vperm $in3,$in3,$in3,$leperm
2734 le?vperm $in3,$in3,$in3,$leperm
3232 le?vperm $in3,$in3,$in3,$leperm
[all …]
H A Daesv8-armx.pl727 vorr $dat3,$in3,$in3
745 vorr $dat1,$in3,$in3
1047 vorr $dat3,$in3,$in3
1065 vorr $dat1,$in3,$in3
1561 vorr $dat3,$in3,$in3
1580 vorr $dat1,$in3,$in3
1581 vorr $in1,$in3,$in3
2098 eor3 $in3,$in3,$rndlast,$dat3
2294 eor3 $in3,$in3,$rndlast,$dat3
2711 veor $in3,$in3,$rndlast
[all …]
H A Daesni-x86_64.pl1396 pxor $inout5,$in3
1528 pxor $rndkey0,$in3
1622 pxor $in3,$inout3
1665 pxor $in3,$inout3
3867 movdqa $inout3,$in3
3956 pxor $rndkey0,$in3
4028 pxor $in3,$inout4
4055 pxor $in3,$inout4
4099 pxor $in3,$inout4
4150 pxor $in3,$inout4
[all …]
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl122 li $in3,12
126 $LWXLE $in3,$in3,$inp
133 andc $in3,$in3,$i2
138 stw $in3,`8*7+(4^$LITTLE_ENDIAN)`($ctx)
263 li $in3,1
267 stw $in3,`$LOCALS+8*4+(4^$LITTLE_ENDIAN)`($sp)
282 oris $in3,$padbit,`(1023+52+96)<<4`
285 stw $in3,`$LOCALS+8*3+(0^$LITTLE_ENDIAN)`($sp)
293 $LWXLE $in3,$i3,$inp
338 $LWXLE $in3,$i3,$inp
[all …]
H A Dpoly1305-sparcv9.pl512 sllx $in4,$shl,$in3
513 or $in3,$in2,$in2
520 srlx $in2,32,$in3
522 andn $in3,$i2,$in3
636 or $padbit,$in3,$in3
660 or $in3,$in2,$in2
665 srlx $in2,32,$in3
719 or $in3,$in1,$in2
722 srlx $in2,32,$in3
755 or $in3,$in1,$in2
[all …]
/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c54 const unsigned char *in3, size_t in3len) in do_hmac() argument
64 || !(in3 == NULL || in3len == 0 || EVP_MAC_update(ctx, in3, in3len)) in do_hmac()
91 const unsigned char *in3, size_t in3len) in drbg_hmac_update() argument
94 if (!do_hmac(hmac, 0x00, in1, in1len, in2, in2len, in3, in3len)) in drbg_hmac_update()
100 return do_hmac(hmac, 0x01, in1, in1len, in2, in2len, in3, in3len); in drbg_hmac_update()
H A Ddrbg_hash.c73 const unsigned char *in3, size_t in3len) in hash_df() argument
109 && (in3 == NULL || EVP_DigestUpdate(ctx, in3, in3len)))) in hash_df()
H A Ddrbg_ctr.c201 const unsigned char *in3, size_t in3len) in ctr_df() argument
214 if (in3 == NULL) in ctr_df()
231 || !ctr_BCC_update(ctr, in3, in3len) in ctr_df()
/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c228 elem64 in0, in1, in2, in3; in poly1305_blocks() local
298 in3.u = EXP(52+96) | U8TOU32(&inp[12]) | pad; in poly1305_blocks()
303 x3 = in3.d - TWO(52)*TWO96; in poly1305_blocks()
317 in3.u = EXP(52+96) | U8TOU32(&inp[12]) | pad; in poly1305_blocks()
322 x3 = in3.d - TWO(52)*TWO96; in poly1305_blocks()

Completed in 77 milliseconds