Symbol: krb5_enc_provider
crypto/krb5/src/lib/crypto/builtin/cmac.c
126
krb5int_cmac_checksum(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/builtin/cmac.c
67
generate_subkey(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
390
const struct krb5_enc_provider krb5int_enc_aes128 = {
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
401
const struct krb5_enc_provider krb5int_enc_aes256 = {
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
297
const struct krb5_enc_provider krb5int_enc_camellia128 = {
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
308
const struct krb5_enc_provider krb5int_enc_camellia256 = {
crypto/krb5/src/lib/crypto/builtin/enc_provider/des3.c
99
const struct krb5_enc_provider krb5int_enc_des3 = {
crypto/krb5/src/lib/crypto/builtin/enc_provider/rc4.c
178
const struct krb5_enc_provider krb5int_enc_arcfour = {
crypto/krb5/src/lib/crypto/builtin/kdf.c
141
k5_derive_random_rfc3961(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/builtin/kdf.c
76
k5_sp800_108_feedback_cmac(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/crypto_tests/t_cmac.c
106
const struct krb5_enc_provider *enc = &krb5int_enc_camellia128;
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
285
static const struct krb5_enc_provider *
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
320
const struct krb5_enc_provider *enc;
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
211
extern struct krb5_enc_provider krb5int_enc_des3;
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
212
struct krb5_enc_provider *enc = &krb5int_enc_des3;
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
213
extern struct krb5_enc_provider krb5int_enc_aes128, krb5int_enc_aes256;
crypto/krb5/src/lib/crypto/krb/checksum_dk_cmac.c
37
const struct krb5_enc_provider *enc = ctp->enc;
crypto/krb5/src/lib/crypto/krb/checksum_dk_hmac.c
38
const struct krb5_enc_provider *enc = ctp->enc;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
159
const struct krb5_enc_provider *enc;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
221
const struct krb5_enc_provider *enc;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
386
krb5_error_code krb5int_derive_keyblock(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
391
krb5_error_code krb5int_derive_key(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
396
krb5_error_code krb5int_derive_random(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
471
extern const struct krb5_enc_provider krb5int_enc_des3;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
472
extern const struct krb5_enc_provider krb5int_enc_arcfour;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
473
extern const struct krb5_enc_provider krb5int_enc_aes128;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
474
extern const struct krb5_enc_provider krb5int_enc_aes256;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
475
extern const struct krb5_enc_provider krb5int_enc_aes128_ctr;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
476
extern const struct krb5_enc_provider krb5int_enc_aes256_ctr;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
477
extern const struct krb5_enc_provider krb5int_enc_camellia128;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
478
extern const struct krb5_enc_provider krb5int_enc_camellia256;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
498
krb5_error_code krb5int_cmac_checksum(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
543
k5_sp800_108_feedback_cmac(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
549
k5_derive_random_rfc3961(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
612
encrypt_block(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/krb/derive.c
108
krb5int_derive_keyblock(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/derive.c
135
krb5int_derive_key(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/derive.c
81
krb5int_derive_random(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/enc_dk_cmac.c
141
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/krb/enc_dk_cmac.c
54
derive_keys(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/krb/enc_dk_cmac.c
91
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
183
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
73
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/krb/enc_etm.c
141
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/krb/enc_etm.c
214
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
115
keyblock_crypt(const struct krb5_enc_provider *enc, krb5_keyblock *keyblock,
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
135
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
220
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
316
const struct krb5_enc_provider *enc = &krb5int_enc_arcfour;
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
39
usage_key(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
69
enc_key(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/make_random_key.c
36
const struct krb5_enc_provider *enc;
crypto/krb5/src/lib/crypto/krb/prf_dk.c
33
const struct krb5_enc_provider *enc = ktp->enc;
crypto/krb5/src/lib/crypto/openssl/cmac.c
42
krb5int_cmac_checksum(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
378
const struct krb5_enc_provider krb5int_enc_aes128 = {
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
388
const struct krb5_enc_provider krb5int_enc_aes256 = {
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
428
const struct krb5_enc_provider krb5int_enc_camellia128 = {
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
438
const struct krb5_enc_provider krb5int_enc_camellia256 = {
crypto/krb5/src/lib/crypto/openssl/enc_provider/des3.c
178
const struct krb5_enc_provider krb5int_enc_des3 = {
crypto/krb5/src/lib/crypto/openssl/enc_provider/rc4.c
154
const struct krb5_enc_provider krb5int_enc_arcfour = {
crypto/krb5/src/lib/crypto/openssl/kdf.c
124
k5_sp800_108_feedback_cmac(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/openssl/kdf.c
183
k5_derive_random_rfc3961(const struct krb5_enc_provider *enc, krb5_key key,
crypto/krb5/src/lib/crypto/openssl/kdf.c
53
enc_name(const struct krb5_enc_provider *enc)