Home
last modified time | relevance | path

Searched defs:Xupdate (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl77 sub Xupdate { subroutine
H A Dsha1-sparcv9.pl87 sub Xupdate { subroutine
H A Dsha1-sparcv9a.pl90 sub Xupdate { subroutine
H A Dsha256-armv4.pl326 sub Xupdate() subroutine
H A Dsha512-armv8.pl468 sub Xupdate() subroutine
H A Dsha1-armv4-large.pl111 sub Xupdate { subroutine
/freebsd/lib/libmd/
H A Dsha_locl.h205 #define Xupdate(a,i,ia,ib,ic,id) X[(i)&0x0f]=(a)=\ macro
210 #define Xupdate(a,i,ia,ib,ic,id) (a)=\ macro
/freebsd/crypto/openssl/crypto/sha/
H A Dsha_local.h36 #define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ macro