/external/boringssl/src/crypto/ |
ex_data.c | 114 #include <openssl/crypto.h> 139 OPENSSL_PUT_ERROR(CRYPTO, ERR_R_MALLOC_FAILURE); 156 OPENSSL_PUT_ERROR(CRYPTO, ERR_R_MALLOC_FAILURE); 176 OPENSSL_PUT_ERROR(CRYPTO, ERR_R_MALLOC_FAILURE); 186 OPENSSL_PUT_ERROR(CRYPTO, ERR_R_MALLOC_FAILURE); 223 OPENSSL_PUT_ERROR(CRYPTO, ERR_R_MALLOC_FAILURE);
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 24 CRYPTO=twofish 53 if ! egrep -q "name\s*:\s*${CRYPTO}$" /proc/crypto; then \ 54 echo "ERROR: Could not find crypto \`${CRYPTO}' in the kernel." 55 echo "Perhaps you need to: modprobe ${CRYPTO}" 195 echo "ERROR: Crypto desired, but no key supplied or requested to prompt for." 233 echo "0 `blockdev --getsize ${loop_dev}` crypt ${CRYPTO} ${key} 0 ${loop_dev} 0" | dmsetup create ${unique_dm_name}
|
/external/google-tv-pairing-protocol/cpp/ |
configure.ac | 40 PKG_CHECK_MODULES(CRYPTO, libcrypto)
|
configure | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
xcrypto.s | 1 # Test OSA2015 CRYPTO instructions
|
crypto.s | 1 # Test CRYPTO instructions
|
crypto.d | 3 #name: sparc CRYPTO
|
/prebuilts/go/darwin-x86/src/go/build/ |
deps_test.go | 93 "crypto": {"L2", "hash"}, // interfaces 94 "crypto/cipher": {"L2", "crypto/subtle"}, // interfaces 95 "crypto/subtle": {}, 111 "crypto", 112 "crypto/cipher", 113 "crypto/subtle", 290 // Core crypto. 291 "crypto/aes": {"L3"}, 292 "crypto/des": {"L3"} [all...] |
/prebuilts/go/linux-x86/src/go/build/ |
deps_test.go | 93 "crypto": {"L2", "hash"}, // interfaces 94 "crypto/cipher": {"L2", "crypto/subtle"}, // interfaces 95 "crypto/subtle": {}, 111 "crypto", 112 "crypto/cipher", 113 "crypto/subtle", 290 // Core crypto. 291 "crypto/aes": {"L3"}, 292 "crypto/des": {"L3"} [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-tbl.h | 921 /* e.g. PMULL crypto. */ 933 /* e.g. PMULL2 crypto. */ 1230 #define CRYPTO &aarch64_feature_crypto 1309 {"pmull", 0x0ee0e000, 0xffe0fc00, asimddiff, 0, CRYPTO, OP3 (Vd, Vn, Vm), QL_V3LONGD, 0}, 1311 {"pmull2", 0x4ee0e000, 0xffe0fc00, asimddiff, 0, CRYPTO, OP3 (Vd, Vn, Vm), QL_V3LONGD2, 0}, [all...] |