Searched refs:encrypt (Results 1 – 10 of 10) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-54.sh | 89 systemd-creds encrypt --name=test-54 /tmp/test-54-plaintext /tmp/test-54-ciphertext 98 systemd-creds encrypt --name=test-54 /tmp/test-54-plaintext /tmp/test-54-ciphertext
|
/systemd-251/src/network/netdev/ |
D | macsec.h | 68 int encrypt; member
|
D | macsec.c | 519 if (v->encrypt >= 0) { in netdev_macsec_fill_message_create() 520 r = sd_netlink_message_append_u8(m, IFLA_MACSEC_ENCRYPT, v->encrypt); in netdev_macsec_fill_message_create() 1206 v->encrypt = -1; in macsec_init()
|
D | netdev-gperf.gperf | 162 …config_parse_tristate, 0, offsetof(MACsec, encrypt)
|
/systemd-251/docs/ |
D | CREDENTIALS.md | 157 access and enumerate system and service credentials, or to encrypt/decrypt credentials 193 The `systemd-creds` tool provides the commands `encrypt` and `decrypt` to 194 encrypt and decrypt/authenticate credentials. Example: 197 systemd-creds encrypt plaintext.txt ciphertext.cred 213 systemd-creds encrypt -p --name=foobar plaintext.txt -
|
D | BUILDING_IMAGES.md | 186 Or any combination of the above: i.e. first create a partition, then encrypt 195 account. It can also encrypt partitions automatically it creates (even bind
|
D | USER_RECORD.md | 169 provided to encrypt the home directory with.
|
/systemd-251/src/partition/ |
D | repart.c | 169 EncryptMode encrypt; member 434 if (p->encrypt != ENCRYPT_OFF) in partition_min_size() 439 else if (p->format || p->encrypt != ENCRYPT_OFF) { in partition_min_size() 1330 … { "Partition", "Encrypt", config_parse_encrypt, 0, &p->encrypt }, in partition_read_definition() 1369 …strv_isempty(p->copy_files) || !strv_isempty(p->make_directories) || (p->encrypt != ENCRYPT_OFF &&… in partition_read_definition() 2570 assert(p->encrypt != ENCRYPT_OFF); in partition_encrypt() 2572 …ug("Encryption mode for partition %" PRIu64 ": %s", p->partno, encrypt_mode_to_string(p->encrypt)); in partition_encrypt() 2621 if (IN_SET(p->encrypt, ENCRYPT_KEY_FILE, ENCRYPT_KEY_FILE_TPM2)) { in partition_encrypt() 2633 if (IN_SET(p->encrypt, ENCRYPT_TPM2, ENCRYPT_KEY_FILE_TPM2)) { in partition_encrypt() 2762 if (p->encrypt != ENCRYPT_OFF) { in context_copy_blocks() [all …]
|
/systemd-251/ |
D | TODO | 167 old signed PCR sets whenever they want. Usecase: encrypt the rootfs with LUKS
|
D | NEWS | 2898 encrypt/populate any created partitions. The partitions are
|