Searched refs:ERR_error_string (Results 1 – 4 of 4) sorted by relevance
| /libcore/luni/src/main/java/java/math/ |
| D | NativeBN.java | 24 public static native String ERR_error_string(int e); in ERR_error_string() method in NativeBN
|
| D | BigInt.java | 64 String s = NativeBN.ERR_error_string(e); in consumeErrors()
|
| /libcore/luni/src/main/native/ |
| D | java_math_NativeBN.cpp | 78 char* errStr = ERR_error_string(e, NULL); in NativeBN_ERR_error_string() 544 NATIVE_METHOD(NativeBN, ERR_error_string, "(I)Ljava/lang/String;"),
|
| D | org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 2695 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); in NativeCrypto_SSL_use_OpenSSL_PrivateKey() 2722 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); in NativeCrypto_SSL_use_PrivateKey() 2732 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); in NativeCrypto_SSL_use_PrivateKey() 2746 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); in NativeCrypto_SSL_use_PrivateKey() 2797 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); in NativeCrypto_SSL_use_certificate() 2809 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); in NativeCrypto_SSL_use_certificate() 2905 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); in NativeCrypto_SSL_set_client_CA_list()
|