/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
|
/external/chromium_org/tools/checkdeps/ |
rules.py | 44 """A rule that has a simple message as the reason for failing, 48 def __init__(self, reason): 50 self._reason = reason
|
/external/libsepol/include/sepol/policydb/ |
services.h | 49 /* Same as above, but also return the reason(s) for any 59 unsigned int *reason); 75 unsigned int *reason,
|
/external/openssh/ |
PROTOCOL.mux | 180 The MUX_S_PERMISSION_DENIED and MUX_S_FAILURE include a reason: 184 string reason 188 string reason
|
/external/openssl/crypto/bio/ |
bio_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
|
/external/openssl/crypto/bn/ |
bn_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
|
/external/openssl/crypto/conf/ |
conf_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
|
/external/openssl/crypto/ |
cpt_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
|
/external/openssl/crypto/dh/ |
dh_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
|
/external/openssl/crypto/dsa/ |
dsa_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason)
|
/external/openssl/crypto/dso/ |
dso_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
|
/external/openssl/crypto/ecdsa/ |
ecs_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
|
/external/openssl/crypto/engine/ |
eng_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
|
/external/openssl/crypto/jpake/ |
jpake_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
|
/external/openssl/crypto/ocsp/ |
ocsp_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
|
/external/openssl/crypto/pem/ |
pem_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
|
/external/openssl/crypto/pkcs12/ |
pk12err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
|
/external/openssl/crypto/ts/ |
ts_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
|
/external/openssl/crypto/ui/ |
ui_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
|
/external/openssl/crypto/x509/ |
x509_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
|
/external/wpa_supplicant_8/src/ap/ |
drv_callbacks.c | 46 u16 reason = WLAN_REASON_UNSPECIFIED; local 177 reason = WLAN_REASON_GROUP_CIPHER_NOT_VALID; 180 reason = WLAN_REASON_PAIRWISE_CIPHER_NOT_VALID; 183 reason = WLAN_REASON_AKMP_NOT_VALID; 188 reason = WLAN_REASON_INVALID_IE; 191 reason = WLAN_REASON_GROUP_CIPHER_NOT_VALID; 196 reason = WLAN_REASON_INVALID_IE; 240 reason = WLAN_REASON_INVALID_IE; 242 reason = WLAN_REASON_INVALID_IE; 244 reason = WLAN_REASON_INVALID_IE [all...] |
sta_info.c | 310 int reason; local 406 reason = (sta->timeout_next == STA_DISASSOC) ? 410 hostapd_drv_sta_disassoc(hapd, sta->addr, reason); 436 reason = (sta->timeout_next == STA_DISASSOC) ? 445 mlme_disassociate_indication(hapd, sta, reason); 605 u16 reason) 623 sta->disassoc_reason = reason; 643 u16 reason) 661 sta->deauth_reason = reason; 942 const u8 *addr, u16 reason) [all...] |
sta_info.h | 170 u16 reason); 172 u16 reason); 183 const u8 *addr, u16 reason);
|
/frameworks/base/core/java/android/accounts/ |
AccountManagerFuture.java | 43 * or could not be cancelled for some other reason. If successful, 90 * reason 109 * reason
|