Home
last modified time | relevance | path

Searched refs:hx509_crypto_set_key_data (Results 1 – 4 of 4) sorted by relevance

/NextBSD/crypto/heimdal/lib/hx509/
HDversion-script.map127 hx509_crypto_set_key_data;
HDhx509-protos.h611 hx509_crypto_set_key_data (
HDcrypto.c2476 hx509_crypto_set_key_data(hx509_crypto crypto, const void *data, size_t length) in hx509_crypto_set_key_data() function
2789 ret = hx509_crypto_set_key_data(c, key->data, key->length); in PBE_string2key()
HDcms.c488 ret = hx509_crypto_set_key_data(crypto, key.data, key.length); in hx509_cms_unenvelope()