Searched refs:throwOutOfMemory (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 394 conscrypt::jniutil::throwOutOfMemory(env, "failed to allocate CRYPTO_BUFFER"); in ByteArrayToCryptoBuffer() 1102 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate BIO"); in evp_print_func() 1175 conscrypt::jniutil::throwOutOfMemory(env, "CBB_init failed"); in NativeCrypto_EVP_marshal_private_key() 1233 conscrypt::jniutil::throwOutOfMemory(env, "CBB_init failed"); in NativeCrypto_EVP_marshal_public_key() 1292 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate RSA key"); in NativeCrypto_getRSAPrivateKeyWrapper() 1339 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate EC key"); in NativeCrypto_getECPrivateKeyWrapper() 1394 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate RSA key"); in NativeCrypto_RSA_generate_key_ex() 1405 conscrypt::jniutil::throwOutOfMemory(env, "Unable to allocate RSA key"); in NativeCrypto_RSA_generate_key_ex() 1852 conscrypt::jniutil::throwOutOfMemory(env, "BN_new"); in NativeCrypto_EC_GROUP_get_order() 1902 conscrypt::jniutil::throwOutOfMemory(env, "BN_new"); in NativeCrypto_EC_GROUP_get_cofactor() [all …]
|
D | jniutil.cc | 164 int throwOutOfMemory(JNIEnv* env, const char* message) { in throwOutOfMemory() function
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 175 extern int throwOutOfMemory(JNIEnv* env, const char* message);
|