Searched refs:bl (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | cipher.c | 242 int i, j, bl; in EVP_EncryptUpdate() local 270 bl = ctx->cipher->block_size; in EVP_EncryptUpdate() 273 if (bl - i > in_len) { in EVP_EncryptUpdate() 279 j = bl - i; in EVP_EncryptUpdate() 286 out += bl; in EVP_EncryptUpdate() 287 *out_len = bl; in EVP_EncryptUpdate() 311 unsigned int i, b, bl; in EVP_EncryptFinal_ex() local 330 bl = ctx->buf_len; in EVP_EncryptFinal_ex() 332 if (bl) { in EVP_EncryptFinal_ex() 340 n = b - bl; in EVP_EncryptFinal_ex() [all …]
|
| A D | e_aes.c | 267 size_t bl = ctx->cipher->block_size; in aes_ecb_cipher() local 270 if (len < bl) { in aes_ecb_cipher() 274 len -= bl; in aes_ecb_cipher() 275 for (size_t i = 0; i <= len; i += bl) { in aes_ecb_cipher() 784 size_t bl = ctx->cipher->block_size; in aes_hw_ecb_cipher() local 786 if (len < bl) { in aes_hw_ecb_cipher()
|
| /third_party/ulib/musl/arch/aarch64/ |
| A D | dl-entry.S | 15 bl _dl_start
|
| /third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/ |
| A D | aes-x86_64.S | 27 movzbl %bl,%edi 60 movzbl %bl,%ebp 81 movzbl %bl,%edi 129 movzbl %bl,%esi 186 movzbl %bl,%r11d 219 movzbl %bl,%ebp 437 movzbl %bl,%edi 470 movzbl %bl,%ebp 492 movzbl %bl,%edi 540 movzbl %bl,%esi [all …]
|
| A D | ghash-x86_64.S | 48 movb %r8b,%bl 53 andb $0xf0,%bl 67 movb %al,%bl 82 andb $0xf0,%bl 97 andb $0xf0,%bl 171 movb %bl,%dl 195 movb %bl,%dl 219 movb %bl,%dl 243 movb %bl,%dl 267 movb %bl,%dl [all …]
|
| /third_party/ulib/uboringssl/mac-x86_64/crypto/fipsmodule/ |
| A D | aes-x86_64.S | 27 movzbl %bl,%edi 60 movzbl %bl,%ebp 81 movzbl %bl,%edi 129 movzbl %bl,%esi 186 movzbl %bl,%r11d 219 movzbl %bl,%ebp 437 movzbl %bl,%edi 470 movzbl %bl,%ebp 492 movzbl %bl,%edi 540 movzbl %bl,%esi [all …]
|
| A D | ghash-x86_64.S | 41 movb %r8b,%bl 46 andb $0xf0,%bl 60 movb %al,%bl 75 andb $0xf0,%bl 90 andb $0xf0,%bl 158 movb %bl,%dl 182 movb %bl,%dl 206 movb %bl,%dl 230 movb %bl,%dl 254 movb %bl,%dl [all …]
|
| /third_party/ulib/musl/src/setjmp/aarch64/ |
| A D | longjmp.S | 61 bl __asan_handle_no_return
|
| /third_party/ulib/musl/src/ldso/aarch64/ |
| A D | tlsdesc.S | 70 bl __tls_get_new
|
| /third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/ |
| A D | aesv8-armx64.S | 198 bl .Lenc_key
|
Completed in 28 milliseconds