Searched refs:out_key (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | evp_pkey_dparams_test.c | 245 EVP_PKEY *in_key = NULL, *out_key = NULL; in params_bio_test() local 265 EVP_PKEY_free(out_key); in params_bio_test()
|
| /src/crypto/krb5/src/lib/krb5/krb/ |
| H A D | fast.c | 573 krb5_keyblock *out_key) in krb5int_fast_reply_key() argument 577 krb5_free_keyblock_contents(context, out_key); in krb5int_fast_reply_key() 585 *out_key = *key; in krb5int_fast_reply_key() 589 retval = krb5_copy_keyblock_contents(context, existing_key, out_key); in krb5int_fast_reply_key()
|
| /src/crypto/krb5/src/kdc/ |
| H A D | fast_util.c | 429 krb5_keyblock **out_key) in kdc_fast_handle_reply_key() argument 437 existing_key, "replykey", out_key); in kdc_fast_handle_reply_key() 439 retval = krb5_copy_keyblock(context, existing_key, out_key); in kdc_fast_handle_reply_key()
|
| H A D | kdc_util.h | 379 krb5_keyblock **out_key);
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | rd_req.c | 782 krb5_keyblock **out_key) in get_key_from_keytab() argument 806 ret = krb5_copy_keyblock(context, &entry.keyblock, out_key); in get_key_from_keytab()
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.2000 | 1194 `out_key' to avoid conflicting with label. reported by Sean Doran
|