Searched refs:rwflag (Results 1 - 11 of 11) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Dce_int.h52 UINT8 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */ member in struct:__anon10387
H A Drw_int.h364 UINT8 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */ member in struct:__anon10419
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c278 else if (p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RO)
293 p_block_data++; /* Ignore rwflag (reader/writer not allowed to update this) */
475 if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && (p_cb->ndef_info.p_scratch_buf))
492 UINT8_TO_STREAM (p_dst, p_cb->ndef_info.rwflag);
521 if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && (p_cb->ndef_info.p_scratch_buf))
950 p_cb->ndef_info.rwflag = (read_only) ? T3T_MSG_NDEF_RWFLAG_RO : T3T_MSG_NDEF_RWFLAG_RW;
H A Drw_t3t.c441 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RW;
726 UINT8_TO_STREAM (p, p_cb->ndef_attrib.rwflag);
962 if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO)
1334 STREAM_TO_UINT8 (p_cb->ndef_attrib.rwflag, p); /* RWFlag: 00h NDEF is read-only; 01h if read/write available */
1348 p_cb->ndef_attrib.rwflag,
1357 if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO)
2058 if (p_cb->ndef_attrib.rwflag != T3T_MSG_NDEF_RWFLAG_RO)
2144 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RO;
2752 else if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO)/* Tag's NDEF memory is read-only? */
3142 if ((!b_hard_lock) && (p_cb->ndef_attrib.rwflag
[all...]
/external/boringssl/include/openssl/
H A Dpem.h383 typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata);
416 OPENSSL_EXPORT int PEM_def_callback(char *buf, int size, int rwflag, void *userdata);
/external/boringssl/src/include/openssl/
H A Dpem.h383 typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata);
416 OPENSSL_EXPORT int PEM_def_callback(char *buf, int size, int rwflag, void *userdata);
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h373 int rwflag; member in struct:coda_ioctl_in
/external/boringssl/src/crypto/pem/
H A Dpem_lib.c818 int PEM_def_callback(char *buf, int size, int rwflag, void *userdata) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2414 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2414 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2414 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument

Completed in 328 milliseconds