HomeSort by relevance Sort by last modified time
    Searched refs:alg_id (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/child/webcrypto/
webcrypto_util.h 54 bool IsAlgorithmRsa(blink::WebCryptoAlgorithmId alg_id);
55 bool IsAlgorithmAsymmetric(blink::WebCryptoAlgorithmId alg_id);
webcrypto_util.cc 139 bool IsAlgorithmRsa(blink::WebCryptoAlgorithmId alg_id) {
140 return alg_id == blink::WebCryptoAlgorithmIdRsaOaep ||
141 alg_id == blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5;
144 bool IsAlgorithmAsymmetric(blink::WebCryptoAlgorithmId alg_id) {
147 return IsAlgorithmRsa(alg_id);
  /external/chromium_org/crypto/
symmetric_key_nss.cc 74 ScopedSECAlgorithmID alg_id(PK11_CreatePBEV2AlgorithmID(SEC_OID_PKCS5_PBKDF2,
80 if (!alg_id.get())
87 PK11SymKey* sym_key = PK11_PBEKeyGen(slot.get(), alg_id.get(), &password_item,
  /external/chromium_org/third_party/webrtc/base/
schanneladapter.cc 163 ALG_ID alg_id = supported_algs.palgSupportedAlgs[i]; local
165 &alg_id, 0);
167 LOG(LS_VERBOSE) << " " << ToUtf8(alg_name) << " (" << alg_id << ")";
  /external/ipsec-tools/src/libipsec/
pfkey.c 135 findsupportedalg(satype, alg_id)
136 u_int satype, alg_id;
161 if (((struct sadb_alg *)(void *)p)->sadb_alg_id == alg_id)
213 ipsec_check_keylen(supported, alg_id, keylen)
215 u_int alg_id;
233 return ipsec_check_keylen2(satype, alg_id, keylen);
245 ipsec_check_keylen2(satype, alg_id, keylen)
247 u_int alg_id;
252 alg = findsupportedalg(satype, alg_id);
276 ipsec_get_keylen(supported, alg_id, alg0
    [all...]

Completed in 1582 milliseconds