Home
last modified time | relevance | path

Searched refs:token_id (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth_otp.c51 free(ti->token_id); in free_tokeninfo()
192 retval = codec_data_to_value(&ti->token_id, obj, "tokenID"); in codec_encode_tokeninfo()
298 retval = codec_value_to_string(obj, "tokenID", &ti->token_id); in codec_decode_tokeninfo()
631 retval = krb5int_copy_data_contents(ctx, &ti->token_id, &req->token_id); in make_request()
935 const char *vendor, *alg_id, *token_id; in filter_config_tokeninfos() local
940 token_id = cb->get_cc_config(context, rock, "tokenID"); in filter_config_tokeninfos()
950 if (token_id != NULL && tis[i]->token_id.length > 0 && in filter_config_tokeninfos()
951 !data_eq_string(tis[i]->token_id, token_id)) in filter_config_tokeninfos()
1054 if (ti->token_id.length > 0 && in save_config_tokeninfo()
1055 asprintf(&tmp, "%.*s", ti->token_id.length, ti->token_id.data) >= 0) { in save_config_tokeninfo()
H A Dkfree.c787 free(val->token_id.data); in k5_free_otp_tokeninfo()
826 free(val->token_id.data); in k5_free_pa_otp_req()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmt7925.h353 int duration, u8 token_id);
356 enum mt7925_roc_req type, u8 token_id);
358 u8 token_id);
H A Dmcu.c1311 int duration, u8 token_id) in mt7925_mcu_set_mlo_roc() argument
1382 req.roc[i].tokenid = token_id; in mt7925_mcu_set_mlo_roc()
1413 enum mt7925_roc_req type, u8 token_id) in mt7925_mcu_set_roc() argument
1426 .tokenid = token_id, in mt7925_mcu_set_roc()
1461 u8 token_id) in mt7925_mcu_abort_roc() argument
1480 .tokenid = token_id, in mt7925_mcu_abort_roc()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmt7921.h333 enum mt7921_roc_req type, u8 token_id);
335 u8 token_id);
H A Dmcu.c785 enum mt7921_roc_req type, u8 token_id) in mt7921_mcu_set_roc() argument
816 .tokenid = token_id, in mt7921_mcu_set_roc()
851 u8 token_id) in mt7921_mcu_abort_roc() argument
870 .tokenid = token_id, in mt7921_mcu_abort_roc()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmt7915.h434 u32 mt7915_wed_init_buf(void *ptr, dma_addr_t phys, int token_id);
H A Dmac.c830 u32 mt7915_wed_init_buf(void *ptr, dma_addr_t phys, int token_id) in mt7915_wed_init_buf() argument
850 txp->token = cpu_to_le16(token_id); in mt7915_wed_init_buf()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h531 krb5_data token_id; member
557 krb5_data token_id; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h876 u32 mt7996_wed_init_buf(void *ptr, dma_addr_t phys, int token_id);
H A Dmac.c1220 u32 mt7996_wed_init_buf(void *ptr, dma_addr_t phys, int token_id) in mt7996_wed_init_buf() argument
1240 txp->token = cpu_to_le16(token_id); in mt7996_wed_init_buf()
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_k_encode.c1567 DEFFIELD_IMPLICIT(tokinfo_5, krb5_otp_tokeninfo, token_id, 5,
1615 DEFFIELD_IMPLICIT(otp_req_11, krb5_pa_otp_req, token_id, 11, opt_ostring_data);
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin6719 char *token_id;