Searched refs:rwflag (Results 1 - 11 of 11) sorted by relevance
/external/libnfc-nci/src/nfc/int/ |
H A D | ce_int.h | 52 UINT8 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */ member in struct:__anon10387
|
H A D | rw_int.h | 364 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 D | ce_t3t.c | 278 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 D | rw_t3t.c | 441 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 D | pem.h | 383 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 D | pem.h | 383 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 D | coda.h | 373 int rwflag; member in struct:coda_ioctl_in
|
/external/boringssl/src/crypto/pem/ |
H A D | pem_lib.c | 818 int PEM_def_callback(char *buf, int size, int rwflag, void *userdata) argument
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | tls_openssl.c | 2414 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | tls_openssl.c | 2414 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | tls_openssl.c | 2414 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument
|
Completed in 328 milliseconds