Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 25 of 110) sorted by relevance

12345

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator2Test.java198 String alg = validValues[i].concat(post); in GetInstance01() local
237 String alg = validValues[i].concat(post); in GetInstance02() local
246 String alg = validValues[i].concat(post); in GetInstance02() local
259 String alg = validValues[i].concat(post); in GetInstance02() local
296 String alg = validValues[i].concat(post); in GetInstance03() local
306 String alg = validValues[i].concat(post); in GetInstance03() local
/external/chromium_org/third_party/webrtc/base/
Dmessagedigest.cc37 MessageDigest* MessageDigestFactory::Create(const std::string& alg) { in Create()
56 bool IsFips180DigestAlgorithm(const std::string& alg) { in IsFips180DigestAlgorithm()
75 size_t ComputeDigest(const std::string& alg, const void* input, size_t in_len, in ComputeDigest()
90 bool ComputeDigest(const std::string& alg, const std::string& input, in ComputeDigest()
100 std::string ComputeDigest(const std::string& alg, const std::string& input) { in ComputeDigest()
144 size_t ComputeHmac(const std::string& alg, const void* key, size_t key_len, in ComputeHmac()
163 bool ComputeHmac(const std::string& alg, const std::string& key, in ComputeHmac()
173 std::string ComputeHmac(const std::string& alg, const std::string& key, in ComputeHmac()
/external/chromium_org/content/test/data/webcrypto/
Drsa_private_keys.json13 "alg": "RS256", string
28 "alg": "RS256", string
43 "alg": "RS256", string
58 "alg": "RS256", string
73 "alg": "RS256", string
88 "alg": "RS256", string
103 "alg": "RS256", string
118 "alg": "RS256", string
133 "alg": "RS256", string
148 "alg": "RS256", string
[all …]
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
DMyExemptionMechanismSpi.java101 private String alg; field in MyExemptionMechanismSpi.tmpKey
104 public tmpKey(String alg, byte[] enc) { in tmpKey()
126 public tmp1Key(String alg, byte[] enc) { in tmp1Key()
/external/chromium_org/net/cert/
Dct_log_verifier_nss.cc23 SECOidTag GetNSSSigAlg(ct::DigitallySigned::SignatureAlgorithm alg) { in GetNSSSigAlg()
38 SECOidTag GetNSSHashAlg(ct::DigitallySigned::HashAlgorithm alg) { in GetNSSHashAlg()
Dx509_util_openssl.cc37 const EVP_MD* ToEVP(x509_util::DigestAlgorithm alg) { in ToEVP()
54 DigestAlgorithm alg, in CreateCertificate()
149 DigestAlgorithm alg, in SignAndDerEncodeCert()
265 DigestAlgorithm alg, in CreateChannelIDEC()
316 DigestAlgorithm alg, in CreateSelfSignedCert()
/external/chromium_org/crypto/
Dsymmetric_key_win.cc51 ALG_ID alg, in ImportRawKey()
105 ALG_ID alg = GetAESAlgIDForKeySize(key_size_in_bits); in GenerateAESKey() local
137 bool CheckHMACKeySize(size_t key_size_in_bits, ALG_ID alg) { in CheckHMACKeySize()
168 ALG_ID alg, in GenerateHMACKey()
367 ALG_ID alg = 0; in DeriveKeyFromPassword() local
467 ALG_ID alg = 0; in Import() local
/external/smack/src/org/xbill/DNS/
DDNSKEYRecord.java56 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg, in DNSKEYRecord()
72 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg, in DNSKEYRecord()
DDLVRecord.java26 private int alg; field in DLVRecord
45 DLVRecord(Name name, int dclass, long ttl, int footprint, int alg, in DLVRecord()
DSSHFPRecord.java31 private int alg; field in SSHFPRecord
49 SSHFPRecord(Name name, int dclass, long ttl, int alg, int digestType, in SSHFPRecord()
DDNSSEC.java93 string(int alg) { in string()
206 UnsupportedAlgorithmException(int alg) { in UnsupportedAlgorithmException()
432 int alg = r.getAlgorithm(); in toPublicKey() local
512 fromPublicKey(PublicKey key, int alg) throws DNSSECException in fromPublicKey()
545 algString(int alg) throws UnsupportedAlgorithmException { in algString()
726 verify(PublicKey key, int alg, byte [] data, byte [] signature) in verify()
807 sign(PrivateKey privkey, PublicKey pubkey, int alg, byte [] data, in sign()
858 checkAlgorithm(PrivateKey key, int alg) throws UnsupportedAlgorithmException in checkAlgorithm()
923 int alg = key.getAlgorithm(); in sign() local
943 int alg = key.getAlgorithm(); in signMessage() local
DKEYBase.java20 protected int flags, proto, alg; field in KEYBase
30 int alg, byte [] key) in KEYBase()
DDSRecord.java39 private int alg; field in DSRecord
58 DSRecord(Name name, int dclass, long ttl, int footprint, int alg, in DSRecord()
DTKEYRecord.java21 private Name alg; field in TKEYRecord
64 TKEYRecord(Name name, int dclass, long ttl, Name alg, in TKEYRecord()
DSIGBase.java20 protected int alg, labels; field in SIGBase
31 SIGBase(Name name, int type, int dclass, long ttl, int covered, int alg, in SIGBase()
DTSIGRecord.java23 private Name alg; field in TSIGRecord
54 TSIGRecord(Name name, int dclass, long ttl, Name alg, Date timeSigned, in TSIGRecord()
DRRSIGRecord.java42 RRSIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, in RRSIGRecord()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal.c18 enum crypto_hash_alg alg; member
31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
/external/openssl/crypto/asn1/
Dx_algor.c133 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
Dp5_pbe.c132 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
/external/chromium_org/third_party/boringssl/src/crypto/x509/
Dx_algor.c131 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
Dp5_pbe.c132 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
/external/chromium_org/third_party/boringssl/src/crypto/evp/
Dp_rsa_asn1.c262 static X509_ALGOR *rsa_mgf1_decode(X509_ALGOR *alg) { in rsa_mgf1_decode()
277 static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg, in rsa_pss_decode()
413 X509_ALGOR *alg = NULL; in rsa_pkey_ctrl() local
491 static const EVP_MD *rsa_algor_to_md(X509_ALGOR *alg) { in rsa_algor_to_md()
504 static const EVP_MD *rsa_mgf1_to_md(X509_ALGOR *alg, X509_ALGOR *maskHash) { in rsa_mgf1_to_md()
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash()
95 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash()
114 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus()
176 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt()
211 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
/external/openssl/crypto/engine/
Deng_fat.c103 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb()

12345