Home
last modified time | relevance | path

Searched refs:alg_id (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/crypto/
Dsymmetric_key_nss.cc76 ScopedSECAlgorithmID alg_id(PK11_CreatePBEV2AlgorithmID(SEC_OID_PKCS5_PBKDF2, in DeriveKeyFromPassword() local
82 if (!alg_id.get()) in DeriveKeyFromPassword()
89 PK11SymKey* sym_key = PK11_PBEKeyGen(slot.get(), alg_id.get(), &password_item, in DeriveKeyFromPassword()
/external/ipsec-tools/src/libipsec/
Dpfkey.c135 findsupportedalg(satype, alg_id) in findsupportedalg() argument
136 u_int satype, alg_id; in findsupportedalg()
161 if (((struct sadb_alg *)(void *)p)->sadb_alg_id == alg_id)
213 ipsec_check_keylen(supported, alg_id, keylen) in ipsec_check_keylen() argument
215 u_int alg_id;
233 return ipsec_check_keylen2(satype, alg_id, keylen);
245 ipsec_check_keylen2(satype, alg_id, keylen) in ipsec_check_keylen2() argument
247 u_int alg_id;
252 alg = findsupportedalg(satype, alg_id);
276 ipsec_get_keylen(supported, alg_id, alg0) in ipsec_get_keylen() argument
[all …]