Searched refs:SECSuccess (Results 1 – 15 of 15) sorted by relevance
/external/curl/lib/vtls/ |
D | nss.c | 268 if(SSL_CipherPrefSet(model, cipherlist[i].num, PR_TRUE) != SECSuccess) { in set_ciphers() 274 return SECSuccess; in set_ciphers() 474 if(SECSuccess != CERT_CacheCRL(db, crl_der)) { in nss_cache_crl() 578 return (SECSuccess == status) ? CURLE_OK : CURLE_SSL_CERTPROBLEM; in nss_load_key() 673 if(cacheResult != SECSuccess) { in nss_auth_cert_hook() 682 return SECSuccess; in nss_auth_cert_hook() 703 if(SSL_GetNextProto(sock, &state, buf, &buflen, buflenmax) == SECSuccess) { in HandshakeCallback() 749 if(SSL_GetChannelInfo(sock, &channelInfo, sizeof(channelInfo)) != SECSuccess) in CanFalseStartCallback() 753 sizeof(cipherInfo)) != SECSuccess) in CanFalseStartCallback() 777 if(rv != SECSuccess || !negotiatedExtension) { in CanFalseStartCallback() [all …]
|
/external/libchrome/crypto/ |
D | signature_creator_nss.cc | 61 if (rv != SECSuccess) { in Create() 83 if (rv != SECSuccess) { in Sign() 95 if (rv != SECSuccess) { in Update() 106 if (rv != SECSuccess) { in Final()
|
D | hmac_nss.cc | 96 if (PK11_DigestBegin(context.get()) != SECSuccess) { in Sign() 103 data.length()) != SECSuccess) { in Sign() 110 digest, &len, digest_length) != SECSuccess) { in Sign()
|
D | signature_verifier_nss.cc | 64 if (rv != SECSuccess) { in VerifyRSAPSS_End() 118 if (VFY_Begin(vfy_context_) != SECSuccess) { in VerifyInit() 157 DCHECK_EQ(SECSuccess, rv); in VerifyUpdate() 177 return (rv == SECSuccess); in VerifyFinal()
|
D | scoped_test_nss_db.cc | 40 SECSuccess) { in ~ScopedTestNSSDB() 63 if (status != SECSuccess) in ~ScopedTestNSSDB()
|
D | nss_util.cc | 229 if (status != SECSuccess) in ~ChromeOSUserData() 487 if (rv != SECSuccess) in GetTPMSlotForIdOnWorkerThread() 721 if (status != SECSuccess) { in NSSInitSingleton() 746 if (status != SECSuccess) { in NSSInitSingleton() 752 if (status != SECSuccess) { in NSSInitSingleton() 755 if (status != SECSuccess) { in NSSInitSingleton() 806 if (status != SECSuccess) { in ~NSSInitSingleton()
|
D | nss_key_util.cc | 98 if (rv != SECSuccess) in ImportNSSKeyFromPrivateKeyInfo() 109 if (rv != SECSuccess) in ImportNSSKeyFromPrivateKeyInfo()
|
D | symmetric_key_nss.cc | 136 if (SECSuccess != rv) in GetRawKey()
|
D | rsa_private_key_nss.cc | 30 if (rv != SECSuccess) { in ReadAttribute()
|
/external/libchrome/crypto/third_party/nss/ |
D | rsawrapr.c | 60 return SECSuccess; in MGF1() 155 rv = SECSuccess; in emsa_pss_verify()
|
D | chromium-blapit.h | 62 SECSuccess = 0 enumerator
|
D | sha512.cc | 492 return SECSuccess; 515 return SECSuccess; 1144 return SECSuccess; 1167 return SECSuccess; 1252 return SECSuccess;
|
/external/curl/lib/ |
D | curl_ntlm_core.c | 239 if(SECSuccess == PK11_CipherOp(ctx, out, &out_len, /* outbuflen */ 8, in encrypt_des() 241 && SECSuccess == PK11_Finalize(ctx)) in encrypt_des()
|
/external/webrtc/webrtc/base/ |
D | helpers.cc | 68 static_cast<int>(len)) == SECSuccess); in Generate()
|
/external/curl/src/ |
D | tool_metalink.c | 255 if(PK11_DigestBegin(ctx) != SECSuccess) { in nss_hash_init()
|