Searched refs:alg_id (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_util.h78 bool IsAlgorithmRsa(blink::WebCryptoAlgorithmId alg_id);
79 bool IsAlgorithmAsymmetric(blink::WebCryptoAlgorithmId alg_id);
H A Dwebcrypto_util.cc194 bool IsAlgorithmRsa(blink::WebCryptoAlgorithmId alg_id) { argument
195 return alg_id == blink::WebCryptoAlgorithmIdRsaOaep ||
196 alg_id == blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5;
199 bool IsAlgorithmAsymmetric(blink::WebCryptoAlgorithmId alg_id) { argument
202 return IsAlgorithmRsa(alg_id);
/external/chromium_org/crypto/
H A Dsymmetric_key_nss.cc62 ScopedSECAlgorithmID alg_id(PK11_CreatePBEV2AlgorithmID(SEC_OID_PKCS5_PBKDF2,
68 if (!alg_id.get())
75 PK11SymKey* sym_key = PK11_PBEKeyGen(slot.get(), alg_id.get(), &password_item,
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dschanneladapter.cc179 ALG_ID alg_id = supported_algs.palgSupportedAlgs[i]; local
181 &alg_id, 0);
183 LOG(LS_VERBOSE) << " " << ToUtf8(alg_name) << " (" << alg_id << ")";
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc162 ALG_ID alg_id = supported_algs.palgSupportedAlgs[i]; local
164 &alg_id, 0);
166 LOG(LS_VERBOSE) << " " << ToUtf8(alg_name) << " (" << alg_id << ")";
/external/ipsec-tools/src/libipsec/
H A Dpfkey.c135 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, alg
[all...]

Completed in 2163 milliseconds