Searched refs:rwflag (Results 1 – 9 of 9) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 267 else if (p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RO) in ce_t3t_handle_update_cmd() 464 … if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && (p_cb->ndef_info.p_scratch_buf)) in ce_t3t_handle_check_cmd() 481 UINT8_TO_STREAM (p_dst, p_cb->ndef_info.rwflag); in ce_t3t_handle_check_cmd() 510 … if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && (p_cb->ndef_info.p_scratch_buf)) in ce_t3t_handle_check_cmd() 939 p_cb->ndef_info.rwflag = (read_only) ? T3T_MSG_NDEF_RWFLAG_RO : T3T_MSG_NDEF_RWFLAG_RW; in CE_T3tSetLocalNDEFMsg()
|
D | rw_t3t.c | 441 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RW; in rw_t3t_format_cplt() 726 UINT8_TO_STREAM (p, p_cb->ndef_attrib.rwflag); in rw_t3t_send_update_ndef_attribute_cmd() 962 if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO) in rw_t3t_send_next_ndef_check_cmd() 1334 …STREAM_TO_UINT8 (p_cb->ndef_attrib.rwflag, p); /* RWFlag: 00h NDEF is read-only; 01h if … in rw_t3t_act_handle_ndef_detect_rsp() 1348 p_cb->ndef_attrib.rwflag, in rw_t3t_act_handle_ndef_detect_rsp() 1357 if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO) in rw_t3t_act_handle_ndef_detect_rsp() 2058 if (p_cb->ndef_attrib.rwflag != T3T_MSG_NDEF_RWFLAG_RO) in rw_t3t_handle_sro_poll_rsp() 2144 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RO; in rw_t3t_act_handle_sro_rsp() 2746 … else if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO)/* Tag's NDEF memory is read-only? */ in RW_T3tUpdateNDef() 3136 …if ((!b_hard_lock) && (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO))/* Tag's NDEF memory is… in RW_T3tSetReadOnly()
|
/external/libnfc-nci/src/nfc/int/ |
D | ce_int.h | 52 UINT8 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */ member
|
D | rw_int.h | 364 …UINT8 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available … member
|
/external/boringssl/src/include/openssl/ |
D | pem.h | 385 typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata); 418 OPENSSL_EXPORT int PEM_def_callback(char *buf, int size, int rwflag, void *userdata);
|
/external/kernel-headers/original/uapi/linux/ |
D | coda.h | 373 int rwflag; member
|
/external/boringssl/src/crypto/pem/ |
D | pem_lib.c | 815 int PEM_def_callback(char *buf, int size, int rwflag, void *userdata) in PEM_def_callback() argument
|
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 767 static int pem_passwd_callback(char *buf, int size, int rwflag, in pem_passwd_callback() argument 794 if (0) rwflag = 0; /* compiler warning. */ in pem_passwd_callback()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2063 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() argument
|