| /freebsd-12.1/crypto/openssl/crypto/ec/asm/ |
| H A D | ecp_nistz256-x86.pl | 121 &function_end("ecp_nistz256_mul_by_2"); 142 &function_end("ecp_nistz256_mul_by_3"); 150 &function_end("ecp_nistz256_div_by_2"); 262 &function_end("ecp_nistz256_add"); 361 &function_end("ecp_nistz256_sub"); 450 &function_end("ecp_nistz256_neg"); 469 &function_end("ecp_nistz256_to_mont"); 483 &function_end("ecp_nistz256_from_mont"); 498 &function_end("ecp_nistz256_mul_mont"); 512 &function_end("ecp_nistz256_sqr_mont"); [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/bn/asm/ |
| H A D | bn-586.pl | 219 &function_end($name); 330 &function_end($name); 419 &function_end($name); 504 &function_end($name); 576 &function_end($name); 784 &function_end($name);
|
| H A D | via-mont.pl | 245 &function_end($func);
|
| H A D | x86-mont.pl | 625 &function_end("bn_mul_mont");
|
| /freebsd-12.1/crypto/openssl/crypto/aes/asm/ |
| H A D | vpaes-x86.pl | 782 &function_end("${PREFIX}_set_encrypt_key"); 812 &function_end("${PREFIX}_set_decrypt_key"); 831 &function_end("${PREFIX}_encrypt"); 850 &function_end("${PREFIX}_decrypt"); 912 &function_end("${PREFIX}_cbc_encrypt");
|
| H A D | aesni-x86.pl | 650 &function_end("aesni_ecb_encrypt"); 748 &function_end("aesni_ccm64_encrypt_blocks"); 857 &function_end("aesni_ccm64_decrypt_blocks"); 1118 &function_end("aesni_ctr32_encrypt_blocks"); 1473 &function_end("aesni_xts_encrypt"); 1849 &function_end("aesni_xts_decrypt"); 2294 &function_end("aesni_ocb_encrypt"); 2720 &function_end("aesni_ocb_decrypt"); 2971 &function_end("${PREFIX}_cbc_encrypt");
|
| /freebsd-12.1/crypto/openssl/crypto/ |
| H A D | x86cpuid.pl | 164 &function_end("OPENSSL_ia32_cpuid"); 396 &function_end("OPENSSL_instrument_bus"); 451 &function_end("OPENSSL_instrument_bus2");
|
| /freebsd-12.1/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-x86.pl | 301 &function_end("gcm_gmult_4bit".$suffix); 349 &function_end("gcm_ghash_4bit".$suffix); 450 &function_end("gcm_gmult_4bit_mmx"); 504 &function_end("gcm_ghash_4bit_mmx"); 622 &function_end("gcm_gmult_4bit_mmx"); 826 &function_end("gcm_ghash_4bit_mmx"); 1148 &function_end("gcm_ghash_clmul"); 1329 &function_end("gcm_ghash_clmul");
|
| /freebsd-12.1/crypto/openssl/crypto/sha/asm/ |
| H A D | keccak1600-mmx.pl | 311 &function_end("KeccakF1600"); 358 &function_end("SHA3_absorb"); 409 &function_end("SHA3_squeeze");
|
| H A D | sha1-586.pl | 428 &function_end("sha1_block_data_order"); 540 &function_end("_sha1_block_data_order_shaext"); 1104 &function_end("_sha1_block_data_order_ssse3"); 1477 &function_end("_sha1_block_data_order_avx");
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | stabs.c | 83 bfd_vma function_end; member 366 ret->function_end = (bfd_vma) -1; in start_stab() 385 info->function_end = (bfd_vma) -1; in finish_stab() 509 && info->function_end < endval) in parse_stab() 510 endval = info->function_end; in parse_stab() 515 info->function_end = (bfd_vma) -1; in parse_stab() 615 || value < info->function_end)) in parse_stab() 616 info->function_end = value; in parse_stab() 638 && info->function_end < endval) in parse_stab() 639 endval = info->function_end; in parse_stab() [all …]
|
| H A D | ChangeLog-9197 | 703 * stabs.c (struct stab_handle): Add function_end field. 704 (start_stab): Initialize function_end. 705 (finish_stab): Pass info->function_end to debug_end_function. 706 (parse_stab): If info->function_end is set, use it as the address
|
| /freebsd-12.1/crypto/openssl/crypto/perlasm/ |
| H A D | README | 36 &function_end(name) Call at end of function. 95 &function_end("calc");
|
| H A D | x86asm.pl | 226 sub ::function_end
|
| /freebsd-12.1/crypto/openssl/crypto/camellia/asm/ |
| H A D | cmll-x86.pl | 180 &function_end("Camellia_EncryptBlock_Rounds"); 245 &function_end("Camellia_encrypt"); 355 &function_end("Camellia_DecryptBlock_Rounds"); 420 &function_end("Camellia_decrypt"); 733 &function_end("Camellia_Ekeygen"); 1143 &function_end("Camellia_cbc_encrypt");
|
| /freebsd-12.1/crypto/openssl/crypto/rc4/asm/ |
| H A D | rc4-586.pl | 307 &function_end("RC4"); 396 &function_end("RC4_set_key");
|
| /freebsd-12.1/crypto/openssl/crypto/bf/asm/ |
| H A D | bf-586.pl | 102 &function_end($name);
|
| /freebsd-12.1/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-x86.pl | 148 &function_end("poly1305_init"); 324 &function_end("poly1305_blocks"); 377 &function_end("poly1305_emit"); 1136 &function_end("_poly1305_blocks_sse2"); 1230 &function_end("_poly1305_emit_sse2"); 1802 &function_end("_poly1305_blocks_avx2");
|
| /freebsd-12.1/crypto/openssl/crypto/des/asm/ |
| H A D | crypt586.pl | 82 &function_end($name);
|
| /freebsd-12.1/crypto/openssl/crypto/cast/asm/ |
| H A D | cast-586.pl | 142 &function_end($name);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 382 uint8_t *function_end = funcstarts_offset + function_starts_cmd.datasize; in scan_macho_load_commands() local 385 while (funcstarts_offset < function_end) { in scan_macho_load_commands() 399 while (funcstarts_offset < function_end) { in scan_macho_load_commands()
|
| /freebsd-12.1/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-x86.pl | 375 &function_end("ChaCha20_ctr32"); 775 &function_end("ChaCha20_ssse3"); 1150 &function_end("ChaCha20_xop");
|
| /freebsd-12.1/crypto/openssl/engines/asm/ |
| H A D | e_padlock-x86.pl | 417 &function_end("padlock_${mode}_encrypt");
|