mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-13 08:23:50 +08:00
update
This commit is contained in:
@@ -723,11 +723,11 @@ my $bias=int(@T[0])?shift(@T):0;
|
||||
&function_end("Camellia_Ekeygen");
|
||||
|
||||
if ($OPENSSL) {
|
||||
# int Camellia_set_key (
|
||||
# int private_Camellia_set_key (
|
||||
# const unsigned char *userKey,
|
||||
# int bits,
|
||||
# CAMELLIA_KEY *key)
|
||||
&function_begin_B("Camellia_set_key");
|
||||
&function_begin_B("private_Camellia_set_key");
|
||||
&push ("ebx");
|
||||
&mov ("ecx",&wparam(0)); # pull arguments
|
||||
&mov ("ebx",&wparam(1));
|
||||
@@ -760,7 +760,7 @@ if ($OPENSSL) {
|
||||
&set_label("done",4);
|
||||
&pop ("ebx");
|
||||
&ret ();
|
||||
&function_end_B("Camellia_set_key");
|
||||
&function_end_B("private_Camellia_set_key");
|
||||
}
|
||||
|
||||
@SBOX=(
|
||||
|
||||
Reference in New Issue
Block a user