Searched refs:sha256op38 (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 535 sub sha256op38 { subroutine 540 sub sha256rnds2 { sha256op38(0xcb,@_); } 541 sub sha256msg1 { sha256op38(0xcc,@_); } 542 sub sha256msg2 { sha256op38(0xcd,@_); }
|
H A D | sha256-mb-x86_64.pl | 1601 sub sha256op38 { subroutine 1622 s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/geo or
|
H A D | sha512-x86_64.pl | 2536 sub sha256op38 { subroutine 2556 s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/geo;
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 535 sub sha256op38 { subroutine 540 sub sha256rnds2 { sha256op38(0xcb,@_); } 541 sub sha256msg1 { sha256op38(0xcc,@_); } 542 sub sha256msg2 { sha256op38(0xcd,@_); }
|
H A D | sha256-mb-x86_64.pl | 1601 sub sha256op38 { subroutine 1622 s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/geo or
|
H A D | sha512-x86_64.pl | 2536 sub sha256op38 { subroutine 2556 s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/geo;
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 1786 sub sha256op38 { subroutine 1802 $code =~ s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/gem;
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 1786 sub sha256op38 { subroutine 1802 $code =~ s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/gem;
|
Completed in 13 milliseconds