| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | preauth_otp.c | 51 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 D | kfree.c | 787 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 D | mt7925.h | 353 int duration, u8 token_id); 356 enum mt7925_roc_req type, u8 token_id); 358 u8 token_id);
|
| H A D | mcu.c | 1311 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 D | mt7921.h | 333 enum mt7921_roc_req type, u8 token_id); 335 u8 token_id);
|
| H A D | mcu.c | 785 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 D | mt7915.h | 434 u32 mt7915_wed_init_buf(void *ptr, dma_addr_t phys, int token_id);
|
| H A D | mac.c | 830 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 D | k5-int.h | 531 krb5_data token_id; member 557 krb5_data token_id; member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mt7996.h | 876 u32 mt7996_wed_init_buf(void *ptr, dma_addr_t phys, int token_id);
|
| H A D | mac.c | 1220 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 D | asn1_k_encode.c | 1567 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 D | krb5.hin | 6719 char *token_id;
|