HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
backend_data_type_configurer.h 31 CRYPTO, // Not syncing due to a cryptographer error.
data_type_manager_impl.cc 135 // 1. Get the failed types (both due to fatal and crypto errors).
140 // 5. Set the fatal and crypto types to their respective states.
183 BackendDataTypeConfigurer::CRYPTO, crypto_types,
191 // Check for new or resolved data type crypto errors.
sync_backend_host_impl.cc 324 GetDataTypesInState(CRYPTO, config_state_map);
  /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/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 273 # $1: module prefix (e.g. CRYPTO)
286 # $1: module prefix (e.g. CRYPTO)
296 # $1: module prefix (e.g. CRYPTO)
425 # $1: module prefix (e.g. CRYPTO)
486 # $1: library name (e.g. crypto).
487 # $2: module prefix (e.g. CRYPTO).
530 # $6: dependent shared libraries (e.g. 'crypto ssl')
566 build_shared_library crypto CRYPTO $build_type "$SRC_DIR" "$out"
568 build_executable openssl APPS $build_type "$SRC_DIR" "$out" "crypto ssl
    [all...]
  /external/openssl/
check-all-builds.sh 273 # $1: module prefix (e.g. CRYPTO)
286 # $1: module prefix (e.g. CRYPTO)
296 # $1: module prefix (e.g. CRYPTO)
425 # $1: module prefix (e.g. CRYPTO)
486 # $1: library name (e.g. crypto).
487 # $2: module prefix (e.g. CRYPTO).
530 # $6: dependent shared libraries (e.g. 'crypto ssl')
566 build_shared_library crypto CRYPTO $build_type "$SRC_DIR" "$out"
568 build_executable openssl APPS $build_type "$SRC_DIR" "$out" "crypto ssl
    [all...]

Completed in 315 milliseconds