Home
last modified time | relevance | path

Searched refs:throwOutOfMemory (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc391 conscrypt::jniutil::throwOutOfMemory(env, "failed to allocate CRYPTO_BUFFER"); in ByteArrayToCryptoBuffer()
1098 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate BIO"); in evp_print_func()
1171 conscrypt::jniutil::throwOutOfMemory(env, "CBB_init failed"); in NativeCrypto_EVP_marshal_private_key()
1229 conscrypt::jniutil::throwOutOfMemory(env, "CBB_init failed"); in NativeCrypto_EVP_marshal_public_key()
1288 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate RSA key"); in NativeCrypto_getRSAPrivateKeyWrapper()
1335 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate EC key"); in NativeCrypto_getECPrivateKeyWrapper()
1390 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate RSA key"); in NativeCrypto_RSA_generate_key_ex()
1401 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate RSA key"); in NativeCrypto_RSA_generate_key_ex()
1847 conscrypt::jniutil::throwOutOfMemory(env, "BN_new"); in NativeCrypto_EC_GROUP_get_order()
1897 conscrypt::jniutil::throwOutOfMemory(env, "BN_new"); in NativeCrypto_EC_GROUP_get_cofactor()
[all …]
Djniutil.cc156 int throwOutOfMemory(JNIEnv* env, const char* message) { in throwOutOfMemory() function
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h171 extern int throwOutOfMemory(JNIEnv* env, const char* message);