summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/asm/aes-mips.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to load absolute symbol address with `dla' instead of `la' whenmiod2014-12-071-4/+10
| | | | generating code for 64-bit mips userland.
* Remove OPENSSL_FIPSCANISTER mentions.miod2014-12-071-4/+0
|
* Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()miod2014-07-091-10/+10
| | | | | | | | internal interfaces, and promoting them to being the public AES_set_{enc,dec}rypt_key() interfaces. In non-FIPS mode, these public interfaces were directly calling the private ones. ok guenther@ jsing@
* Import OpenSSL 1.0.1gmiod2014-04-131-10/+10
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+1611