Lines Matching refs:subkey
90 krb5_keyblock *subkey) in set_auth_data() argument
112 ret = krb5_crypto_init(context, subkey, 0, &crypto); in set_auth_data()
150 krb5_keyblock **subkey, in init_tgs_req() argument
271 ret = krb5_auth_con_getlocalsubkey(context, ac, subkey); in init_tgs_req()
330 const krb5_keyblock *subkey = skey; in decrypt_tkt_with_subkey() local
343 if (subkey) { in decrypt_tkt_with_subkey()
344 ret = krb5_crypto_init(context, subkey, 0, &crypto); in decrypt_tkt_with_subkey()
356 if (ret && subkey->keytype == ETYPE_ARCFOUR_HMAC_MD5) { in decrypt_tkt_with_subkey()
365 if (subkey == NULL || ret) { in decrypt_tkt_with_subkey()
413 krb5_keyblock *subkey = NULL; in get_cred_kdc() local
496 &subkey, in get_cred_kdc()
560 subkey); in get_cred_kdc()
580 if(subkey) in get_cred_kdc()
581 krb5_free_keyblock(context, subkey); in get_cred_kdc()