Skip to content

Commit

Permalink
update generated-src/ again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Yang committed Jul 18, 2023
1 parent 2fe9bb8 commit 9f4e5e1
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions generated-src/ios-aarch64/crypto/fipsmodule/aesv8-armx.S
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Lenc_key:
adrp x6,_BORINGSSL_function_hit@PAGE
add x6, x6, _BORINGSSL_function_hit@PAGEOFF
mov w7, #1
strb w7, [x6,#3]
strb w7, [x6,#3] // kFlag_aes_hw_set_encrypt_key
#endif
// Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
AARCH64_VALID_CALL_TARGET
Expand Down Expand Up @@ -256,7 +256,7 @@ _aes_hw_encrypt:
adrp x6,_BORINGSSL_function_hit@PAGE
add x6, x6, _BORINGSSL_function_hit@PAGEOFF
mov w7, #1
strb w7, [x6,#1]
strb w7, [x6,#1] // kFlag_aes_hw_encrypt
#endif
AARCH64_VALID_CALL_TARGET
ldr w3,[x2,#240]
Expand Down Expand Up @@ -294,7 +294,7 @@ _aes_hw_decrypt:
adrp x6,_BORINGSSL_function_hit@PAGE
add x6, x6, _BORINGSSL_function_hit@PAGEOFF
mov w7, #1
strb w7, [x6,#1]
strb w7, [x6,#1] // kFlag_aes_hw_encrypt
#endif
AARCH64_VALID_CALL_TARGET
ldr w3,[x2,#240]
Expand Down Expand Up @@ -625,7 +625,7 @@ _aes_hw_ctr32_encrypt_blocks:
adrp x6,_BORINGSSL_function_hit@PAGE
add x6, x6, _BORINGSSL_function_hit@PAGEOFF
mov w7, #1
strb w7, [x6]
strb w7, [x6] // kFlag_aes_hw_ctr32_encrypt_blocks
#endif
// Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
AARCH64_VALID_CALL_TARGET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _aesv8_gcm_8x_enc_128:
adrp x6,_BORINGSSL_function_hit@PAGE
add x6, x6, _BORINGSSL_function_hit@PAGEOFF
mov w7, #1
strb w7, [x6,#6]
strb w7, [x6,#6] // kFlag_aesv8_gcm_8x_enc_128
#endif
AARCH64_VALID_CALL_TARGET
cbz x1, L128_enc_ret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _aes_gcm_enc_kernel:
adrp x6,_BORINGSSL_function_hit@PAGE
add x6, x6, _BORINGSSL_function_hit@PAGEOFF
mov w7, #1
strb w7, [x6,#2]
strb w7, [x6,#2] // kFlag_aes_gcm_enc_kernel
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29, x30, [sp, #-128]!
Expand Down
4 changes: 2 additions & 2 deletions generated-src/ios-aarch64/crypto/fipsmodule/vpaes-armv8.S
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ _vpaes_encrypt:
adrp x6,_BORINGSSL_function_hit@PAGE
add x6, x6, _BORINGSSL_function_hit@PAGEOFF
mov w7, #1
strb w7, [x6,#4]
strb w7, [x6,#4] // kFlag_vpaes_encrypt
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29,x30,[sp,#-16]!
Expand Down Expand Up @@ -1031,7 +1031,7 @@ _vpaes_set_encrypt_key:
adrp x6,_BORINGSSL_function_hit@PAGE
add x6, x6, _BORINGSSL_function_hit@PAGEOFF
mov w7, #1
strb w7, [x6,#5]
strb w7, [x6,#5] // kFlag_vpaes_set_encrypt_key
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29,x30,[sp,#-16]!
Expand Down
8 changes: 4 additions & 4 deletions generated-src/linux-aarch64/crypto/fipsmodule/aesv8-armx.S
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ aes_hw_set_encrypt_key:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#3]
strb w7, [x6,#3] // kFlag_aes_hw_set_encrypt_key
#endif
// Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
AARCH64_VALID_CALL_TARGET
Expand Down Expand Up @@ -256,7 +256,7 @@ aes_hw_encrypt:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#1]
strb w7, [x6,#1] // kFlag_aes_hw_encrypt
#endif
AARCH64_VALID_CALL_TARGET
ldr w3,[x2,#240]
Expand Down Expand Up @@ -294,7 +294,7 @@ aes_hw_decrypt:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#1]
strb w7, [x6,#1] // kFlag_aes_hw_encrypt
#endif
AARCH64_VALID_CALL_TARGET
ldr w3,[x2,#240]
Expand Down Expand Up @@ -625,7 +625,7 @@ aes_hw_ctr32_encrypt_blocks:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6]
strb w7, [x6] // kFlag_aes_hw_ctr32_encrypt_blocks
#endif
// Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
AARCH64_VALID_CALL_TARGET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aesv8_gcm_8x_enc_128:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#6]
strb w7, [x6,#6] // kFlag_aesv8_gcm_8x_enc_128
#endif
AARCH64_VALID_CALL_TARGET
cbz x1, .L128_enc_ret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aes_gcm_enc_kernel:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#2]
strb w7, [x6,#2] // kFlag_aes_gcm_enc_kernel
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29, x30, [sp, #-128]!
Expand Down
4 changes: 2 additions & 2 deletions generated-src/linux-aarch64/crypto/fipsmodule/vpaes-armv8.S
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ vpaes_encrypt:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#4]
strb w7, [x6,#4] // kFlag_vpaes_encrypt
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29,x30,[sp,#-16]!
Expand Down Expand Up @@ -1031,7 +1031,7 @@ vpaes_set_encrypt_key:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#5]
strb w7, [x6,#5] // kFlag_vpaes_set_encrypt_key
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29,x30,[sp,#-16]!
Expand Down
8 changes: 4 additions & 4 deletions generated-src/win-aarch64/crypto/fipsmodule/aesv8-armx.S
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Lenc_key:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#3]
strb w7, [x6,#3] // kFlag_aes_hw_set_encrypt_key
#endif
// Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
AARCH64_VALID_CALL_TARGET
Expand Down Expand Up @@ -262,7 +262,7 @@ aes_hw_encrypt:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#1]
strb w7, [x6,#1] // kFlag_aes_hw_encrypt
#endif
AARCH64_VALID_CALL_TARGET
ldr w3,[x2,#240]
Expand Down Expand Up @@ -302,7 +302,7 @@ aes_hw_decrypt:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#1]
strb w7, [x6,#1] // kFlag_aes_hw_encrypt
#endif
AARCH64_VALID_CALL_TARGET
ldr w3,[x2,#240]
Expand Down Expand Up @@ -637,7 +637,7 @@ aes_hw_ctr32_encrypt_blocks:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6]
strb w7, [x6] // kFlag_aes_hw_ctr32_encrypt_blocks
#endif
// Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
AARCH64_VALID_CALL_TARGET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ aesv8_gcm_8x_enc_128:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#6]
strb w7, [x6,#6] // kFlag_aesv8_gcm_8x_enc_128
#endif
AARCH64_VALID_CALL_TARGET
cbz x1, L128_enc_ret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ aes_gcm_enc_kernel:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#2]
strb w7, [x6,#2] // kFlag_aes_gcm_enc_kernel
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29, x30, [sp, #-128]!
Expand Down
4 changes: 2 additions & 2 deletions generated-src/win-aarch64/crypto/fipsmodule/vpaes-armv8.S
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ vpaes_encrypt:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#4]
strb w7, [x6,#4] // kFlag_vpaes_encrypt
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29,x30,[sp,#-16]!
Expand Down Expand Up @@ -1061,7 +1061,7 @@ vpaes_set_encrypt_key:
adrp x6,BORINGSSL_function_hit
add x6, x6, :lo12:BORINGSSL_function_hit
mov w7, #1
strb w7, [x6,#5]
strb w7, [x6,#5] // kFlag_vpaes_set_encrypt_key
#endif
AARCH64_SIGN_LINK_REGISTER
stp x29,x30,[sp,#-16]!
Expand Down

0 comments on commit 9f4e5e1

Please sign in to comment.