Searched refs:init_key_uef (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Ddecrypt.c66 if ((ret = init_key_uef(krb_ctx_hSession(context), (krb5_keyblock *)key)))
H A Dencrypt.c106 * init_key_uef
111 init_key_uef(CK_SESSION_HANDLE hSession, krb5_keyblock *key) function
134 "init_key_uef.");
163 "init_key_uef: rv = 0x%x.", rv);
204 if ((ret = init_key_uef(krb_ctx_hSession(context), (krb5_keyblock *)key)))
H A Dmake_checksum.c104 if ((ret = init_key_uef(krb_ctx_hSession(context), (krb5_keyblock *)key)))
124 ret = init_key_uef(krb_ctx_hSession(context), (krb5_keyblock *)key);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Dd3_cbc.c53 rv = init_key_uef(krb_ctx_hSession(context), key);
55 KRB5_LOG(KRB5_ERR, "init_key_uef failed in "
H A Df_cbc.c56 rv = init_key_uef(krb_ctx_hSession(context), key);
58 KRB5_LOG(KRB5_ERR, "init_key_uef failed in "
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Ddes.c113 ret = init_key_uef(krb_ctx_hSession(context), key);
H A Ddes3.c122 ret = init_key_uef(krb_ctx_hSession(context), key);
H A Darcfour_provider.c317 ret = init_key_uef(krb_ctx_hSession(context), key);
H A Daes_provider.c321 rv = init_key_uef(krb_ctx_hSession(context), (krb5_keyblock *)key);
768 rv = init_key_uef(krb_ctx_hSession(context), (krb5_keyblock *)key);
1032 ret = init_key_uef(krb_ctx_hSession(context), key);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1689 krb5_error_code init_key_uef(CK_SESSION_HANDLE, krb5_keyblock *);

Completed in 71 milliseconds