| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| kdc_locl.h | 74 krb5_keyblock reply_key; member in struct:kdc_request_desc
|
| pkinit.c | 65 EncryptionKey reply_key; member in struct:pk_client_params 187 krb5_free_keyblock_contents(context, &cp->reply_key); 269 &client_params->reply_key); 834 krb5_keyblock *reply_key, 880 ret = copy_EncryptionKey(reply_key, &kp.replyKey); 896 ret = copy_EncryptionKey(reply_key, &kp.replyKey); 902 ret = krb5_crypto_init(context, reply_key, 0, &ascrypto); 1150 krb5_keyblock *reply_key, 1197 &cp->reply_key); 1207 &cp->reply_key, [all...] |
| /src/external/ibm-public/postfix/dist/src/proxymap/ |
| proxymap.c | 390 const char *reply_key; local 406 reply_key = reply_value = ""; 409 reply_key = reply_value = ""; 413 dict_status = dict_seq(dict, request_func, &reply_key, &reply_value); 418 reply_key = reply_value = ""; 422 reply_key = reply_value = ""; 431 SEND_ATTR_STR(MAIL_ATTR_KEY, reply_key),
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| init_creds_pw.c | 100 krb5_keyblock *reply_key; member in struct:krb5_get_init_creds_ctx::fast_state 2256 hostinfo, &ctx->fast_state.reply_key); 2267 ctx->fast_state.reply_key, 2287 ctx->fast_state.reply_key, 2299 krb5_free_keyblock(context, ctx->fast_state.reply_key); 2300 ctx->fast_state.reply_key = NULL;
|