Searched refs:rwflag (Results 1 - 12 of 12) 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:__anon8805
H A Drw_int.h364 UINT8 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */ member in struct:__anon8836
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c267 else if (p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RO)
282 p_block_data++; /* Ignore rwflag (reader/writer not allowed to update this) */
464 if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && (p_cb->ndef_info.p_scratch_buf))
481 UINT8_TO_STREAM (p_dst, p_cb->ndef_info.rwflag);
510 if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && (p_cb->ndef_info.p_scratch_buf))
939 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;
2746 else if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO)/* Tag's NDEF memory is read-only? */
3136 if ((!b_hard_lock) && (p_cb->ndef_attrib.rwflag
[all...]
/external/boringssl/include/openssl/
H A Dpem.h385 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/boringssl/src/include/openssl/
H A Dpem.h385 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/
H A Dcoda.h373 int rwflag; member in struct:coda_ioctl_in
/external/boringssl/src/crypto/pem/
H A Dpem_lib.c815 int PEM_def_callback(char *buf, int size, int rwflag, void *userdata) argument
/external/libvncserver/x11vnc/
H A Dsslhelper.c767 static int pem_passwd_callback(char *buf, int size, int rwflag, argument
794 if (0) rwflag = 0; /* compiler warning. */
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2063 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2063 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.c2063 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument

Completed in 305 milliseconds