| OLD | NEW |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # This file is created by update_gypi_and_asm.py. Do not edit manually. | 5 # This file is created by update_gypi_and_asm.py. Do not edit manually. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 'boringssl_lib_sources': [ | 9 'boringssl_lib_sources': [ |
| 10 'src/crypto/aes/aes.c', | 10 'src/crypto/aes/aes.c', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'src/crypto/evp/p_rsa.c', | 143 'src/crypto/evp/p_rsa.c', |
| 144 'src/crypto/evp/p_rsa_asn1.c', | 144 'src/crypto/evp/p_rsa_asn1.c', |
| 145 'src/crypto/evp/pbkdf.c', | 145 'src/crypto/evp/pbkdf.c', |
| 146 'src/crypto/evp/sign.c', | 146 'src/crypto/evp/sign.c', |
| 147 'src/crypto/ex_data.c', | 147 'src/crypto/ex_data.c', |
| 148 'src/crypto/ex_data_impl.c', | 148 'src/crypto/ex_data_impl.c', |
| 149 'src/crypto/hmac/hmac.c', | 149 'src/crypto/hmac/hmac.c', |
| 150 'src/crypto/lhash/lhash.c', | 150 'src/crypto/lhash/lhash.c', |
| 151 'src/crypto/md5/md5.c', | 151 'src/crypto/md5/md5.c', |
| 152 'src/crypto/mem.c', | 152 'src/crypto/mem.c', |
| 153 'src/crypto/mem_clear.c', | |
| 154 'src/crypto/modes/cbc.c', | 153 'src/crypto/modes/cbc.c', |
| 155 'src/crypto/modes/cfb.c', | 154 'src/crypto/modes/cfb.c', |
| 156 'src/crypto/modes/ctr.c', | 155 'src/crypto/modes/ctr.c', |
| 157 'src/crypto/modes/gcm.c', | 156 'src/crypto/modes/gcm.c', |
| 158 'src/crypto/modes/ofb.c', | 157 'src/crypto/modes/ofb.c', |
| 159 'src/crypto/obj/obj.c', | 158 'src/crypto/obj/obj.c', |
| 160 'src/crypto/obj/obj_error.c', | 159 'src/crypto/obj/obj_error.c', |
| 161 'src/crypto/obj/obj_xref.c', | 160 'src/crypto/obj/obj_xref.c', |
| 162 'src/crypto/pem/pem_all.c', | 161 'src/crypto/pem/pem_all.c', |
| 163 'src/crypto/pem/pem_error.c', | 162 'src/crypto/pem/pem_error.c', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 408 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
| 410 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 409 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
| 411 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 410 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
| 412 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 411 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
| 413 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 412 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
| 414 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 413 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
| 415 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 414 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
| 416 ], | 415 ], |
| 417 } | 416 } |
| 418 } | 417 } |
| OLD | NEW |