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

  /system/vold/
Ext4Crypt.h 9 int e4crypt_change_password(const char* path, int crypt_type,
Ext4Crypt.cpp 58 const char* crypt_type = "crypt_type"; member in namespace:__anon70185::tag
81 && props.Set<int>(tag::crypt_type, crypt_ftr.crypt_type)
114 crypt_ftr.crypt_type = props.Get<int>(tag::crypt_type);
225 int e4crypt_change_password(const char* path, int crypt_type,
251 ftr.crypt_type = crypt_type;
259 crypt_type == CRYPT_TYPE_DEFAULT))
    [all...]
cryptfs.h 95 __le32 crypt_type; /* how master_key is encrypted. Must be a member in struct:crypt_mnt_ftr
cryptfs.c 730 crypt_ftr->crypt_type = CRYPT_TYPE_PASSWORD;
3627 int crypt_type = cryptfs_get_password_type(); local
    [all...]
  /external/openssh/
packet.c 925 int r, crypt_type; local
931 crypt_type = CIPHER_ENCRYPT;
936 crypt_type = CIPHER_DECRYPT;
973 enc->iv, enc->iv_len, crypt_type)) != 0)
    [all...]

Completed in 265 milliseconds