Home
last modified time | relevance | path

Searched refs:ERR_error_string (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/math/
DNativeBN.java24 public static native String ERR_error_string(int e); in ERR_error_string() method in NativeBN
DBigInt.java64 String s = NativeBN.ERR_error_string(e); in consumeErrors()
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp78 char* errStr = ERR_error_string(e, NULL); in NativeBN_ERR_error_string()
544 NATIVE_METHOD(NativeBN, ERR_error_string, "(I)Ljava/lang/String;"),
Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp2695 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()