Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg.h53 char *tag, int tag_len, char *val, int val_len);
H A Dcfg.c1150 int tag_len, char *val, int val_len) in cfg_get_options() argument
1180 if ((strlen(tval) > val_len) || (strlen(ttag) > tag_len)) { in cfg_get_options()
1187 strncpy(tag, decode_buf, tag_len); in cfg_get_options()
/titanic_50/usr/src/common/crypto/modes/
H A Dgcm.c487 size_t tag_len; in gcm_validate_args() local
492 tag_len = gcm_param->ulTagBits; in gcm_validate_args()
493 switch (tag_len) { in gcm_validate_args()
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3224 unsigned int oid_len = 0, tot_len = 0, wrap_len = 0, tag_len = 0; in wrap_signeddata() local
3238 tag_len = ASN1_object_size(1, (int)wrap_len, V_ASN1_SEQUENCE); in wrap_signeddata()
3243 oid_len += tag_len; in wrap_signeddata()