| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Fix compile on Android 10.0
external/sony/boringssl-compat/rsa_pss.c:19:5: error: conflicting types for 'RSA_verify_PKCS1_PSS'
int RSA_verify_PKCS1_PSS(RSA *rsa,
^
Change-Id: If4e7933d12f1bd55ae6a104cc0be7f99fb009bdd
|
| |
|
|
| |
Signed-off-by: Nikhil Punathil <nikhilpe@gmail.com>
|
| |\
| |
| | |
Actually build bio_b64 when opted in
|
| |/
|
| |
Original commit didn't use a valid reference to the variable.
|
| |\
| |
| | |
boringssl-compat: Add missing EVP functions
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
These methods are crashing Facebook's crypto routines, and they're not
needed by the camera for JPEG encoding, so they can be safely removed
on devices that have newer Adreno blobs, but leave the functionality in
until all devices have new blobs.
Change-Id: I3c9e9a3c748da0341dc40942766178f5560b76de
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
These are needed for any pre-6.0 Qualcomm camera blobs
Added:
- EVP_OpenInit
- EVP_OpenUpdate
- EVP_OpenFinal
- EVP_SealInit
- EVP_SealFinal
Change-Id: I02036f458d4f82a951975a09e63d4d738afb550f
|
| |
|
|
|
| |
Change-Id: Ia4ecf1c945f5beb0fd0c1a00d781d1154984b37f
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
|
| |
|
|
|
|
| |
boringssl-compat is a library. Keep the naming consistent
Signed-off-by: Alin Jerpelea <alin.jerpelea@sonymobile.com>
|
| |
|
|
| |
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
|
| |
|