Home
last modified time | relevance | path

Searched refs:bl (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A Dcipher.c242 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 De_aes.c267 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 Ddl-entry.S15 bl _dl_start
/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
A Daes-x86_64.S27 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 Dghash-x86_64.S48 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 Daes-x86_64.S27 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 Dghash-x86_64.S41 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 Dlongjmp.S61 bl __asan_handle_no_return
/third_party/ulib/musl/src/ldso/aarch64/
A Dtlsdesc.S70 bl __tls_get_new
/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
A Daesv8-armx64.S198 bl .Lenc_key

Completed in 28 milliseconds