Searched refs:k5_asn1_decode_bitstring (Results 1 – 3 of 3) sorted by relevance
69 krb5_error_code k5_asn1_decode_bitstring(const uint8_t *asn1, size_t len,
248 ret = k5_asn1_decode_bitstring(asn1, len, &bits, &blen); in decode_krb5_flags()1425 k5_asn1_encode_bitstring, k5_asn1_decode_bitstring,
285 k5_asn1_decode_bitstring(const uint8_t *asn1, size_t len, in k5_asn1_decode_bitstring() function