Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c707 int enc_len = 0; in dst_key_to_dnskey() local
732 enc_len = key->dk_func->to_dns_key(key, in dst_key_to_dnskey()
735 if (enc_len > 0) in dst_key_to_dnskey()
736 return (enc_len + loc); in dst_key_to_dnskey()
/titanic_50/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h204 uchar_t enc_len; member
/titanic_50/usr/src/lib/libpkg/common/
H A Dp12lib.c2091 (long *)&x->enc_len, in pem_info()
2110 x->enc_len) == NULL) { in pem_info()
2122 x->enc_len) == NULL) { in pem_info()
/titanic_50/usr/src/lib/storage/liba5k/common/
H A Dmon.c2858 if ((encl_ptr->enc_len > MAX_VEND_SPECIFIC_ENC) || in copy_config_page()
2859 (encl_ptr->enc_len == 0)) { in copy_config_page()
2867 size = HEADER_LEN + 4 + HEADER_LEN + encl_ptr->enc_len; in copy_config_page()