Home
last modified time | relevance | path

Searched refs:enc_algo (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpkcs11slot.c21 algos->enc_algo = CKM_DES_CBC; in get_algo()
27 algos->enc_algo = CKM_DES_CBC; in get_algo()
33 algos->enc_algo = CKM_DES_CBC; in get_algo()
39 algos->enc_algo = CKM_DES_CBC; in get_algo()
45 algos->enc_algo = CKM_DES3_CBC; in get_algo()
51 algos->enc_algo = CKM_DES3_CBC; in get_algo()
58 algos->enc_algo = CKM_RC4; in get_algo()
65 algos->enc_algo = CKM_AES_CBC; in get_algo()
143 rv = C_GetMechanismInfo(*slotid, algos.enc_algo, &info); in slot_supports_krb5()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c133 mechanism.mechanism = algos.enc_algo; in k5_arcfour_decrypt()
235 mechanism.mechanism = algos.enc_algo; in k5_arcfour_encrypt()
H A Daes_provider.c319 assert(algos.enc_algo == CKM_AES_CBC); in krb5int_aes_encrypt()
325 mechanism.mechanism = algos.enc_algo; in krb5int_aes_encrypt()
766 assert(algos.enc_algo == CKM_AES_CBC); in krb5int_aes_decrypt()
773 mechanism.mechanism = algos.enc_algo; in krb5int_aes_decrypt()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Dd3_cbc.c61 mechanism.mechanism = algos.enc_algo; in mit_des3_cbc_encrypt()
H A Df_cbc.c64 mechanism.mechanism = algos.enc_algo;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1677 CK_MECHANISM_TYPE enc_algo; member