Home
last modified time | relevance | path

Searched refs:ret_key (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/
H A Dtcsps.c436 psfile_get_key_by_pub(int fd, TCPA_STORE_PUBKEY *pub, UINT32 *size, BYTE **ret_key) in psfile_get_key_by_pub() argument
512 *ret_key = malloc(tmp->blob_size); in psfile_get_key_by_pub()
513 if (*ret_key == NULL) { in psfile_get_key_by_pub()
519 memcpy(*ret_key, tmp_buffer, tmp->blob_size); in psfile_get_key_by_pub()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dkerberos5.c165 krb5_enctype *ret_enctype, Key **ret_key) in _kdc_find_etype() argument
219 if (is_preauth && ret_key != NULL && in _kdc_find_etype()
251 if (is_preauth && ret_key != NULL && in _kdc_find_etype()
264 if (ret_key == NULL && in _kdc_find_etype()
276 if (ret_key != NULL) in _kdc_find_etype()
277 *ret_key = key; in _kdc_find_etype()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_key_mem_cache.c830 mc_get_blob_by_pub(TCPA_STORE_PUBKEY *pub, TSS_KEY **ret_key) in mc_get_blob_by_pub() argument
838 *ret_key = tmp->blob; in mc_get_blob_by_pub()