Searched refs:_cipherBlockChaining_encryptAESCrypt (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp204 static address _cipherBlockChaining_encryptAESCrypt; member in class:StubRoutines
342 static address cipherBlockChaining_encryptAESCrypt() { return _cipherBlockChaining_encryptAESCrypt; }
H A DstubRoutines.cpp125 address StubRoutines::_cipherBlockChaining_encryptAESCrypt = NULL; member in class:StubRoutines
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.hpp734 do_intrinsic(_cipherBlockChaining_encryptAESCrypt, com_sun_crypto_provider_cipherBlockChaining, encrypt_name, byteArray_int_int_byteArray_int_signature, F_R) \
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp476 case vmIntrinsics::_cipherBlockChaining_encryptAESCrypt:
791 case vmIntrinsics::_cipherBlockChaining_encryptAESCrypt:
818 case vmIntrinsics::_cipherBlockChaining_encryptAESCrypt:
5475 case vmIntrinsics::_cipherBlockChaining_encryptAESCrypt:
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2948 StubRoutines::_cipherBlockChaining_encryptAESCrypt = generate_cipherBlockChaining_encryptAESCrypt(); member in class:StubGenerator::StubRoutines
H A DstubGenerator_x86_64.cpp3818 StubRoutines::_cipherBlockChaining_encryptAESCrypt = generate_cipherBlockChaining_encryptAESCrypt(); member in class:StubGenerator::StubRoutines

Completed in 101 milliseconds