Searched refs:derivation_enc (Results 1 – 5 of 5) sorted by relevance
| /linux/crypto/krb5/ |
| H A D | rfc3962_aes.c | 78 .derivation_enc = "cts(cbc(aes))", 101 .derivation_enc = "cts(cbc(aes))",
|
| H A D | rfc6803_camellia.c | 200 .derivation_enc = "cts(cbc(camellia))", 223 .derivation_enc = "cts(cbc(camellia))",
|
| H A D | rfc8009_aes2.c | 325 .derivation_enc = "cts(cbc(aes))", 348 .derivation_enc = "cts(cbc(aes))",
|
| H A D | rfc3961_simplified.c | 284 cipher = crypto_alloc_sync_skcipher(krb5->derivation_enc, 0, 0); in rfc3961_calc_DK() 356 cipher = crypto_alloc_sync_skcipher(krb5->derivation_enc, 0, 0); in rfc3961_calc_E()
|
| /linux/include/crypto/ |
| H A D | krb5.h | 94 const char *derivation_enc; /* Cipher used in key derivation */ member
|