OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashAlgorithm
(Results
1 - 17
of
17
) sorted by null
/external/conscrypt/src/main/java/org/conscrypt/ct/
DigitallySigned.java
26
public enum
HashAlgorithm
{
35
private static
HashAlgorithm
[] values = values();
36
public static
HashAlgorithm
valueOf(int ord) {
61
private final
HashAlgorithm
hashAlgorithm
;
65
public DigitallySigned(
HashAlgorithm
hashAlgorithm
,
68
this.
hashAlgorithm
=
hashAlgorithm
;
73
public DigitallySigned(int
hashAlgorithm
,
[
all
...]
/external/libchrome/crypto/
signature_verifier.h
31
enum
HashAlgorithm
{
85
bool VerifyInitRSAPSS(
HashAlgorithm
hash_alg,
86
HashAlgorithm
mask_hash_alg,
136
HashAlgorithm
hash_alg_;
137
HashAlgorithm
mask_hash_alg_;
hmac.h
28
enum
HashAlgorithm
{
33
explicit HMAC(
HashAlgorithm
hash_alg);
87
HashAlgorithm
hash_alg_;
signature_creator.h
33
enum
HashAlgorithm
{
41
// instance outlives the created SignatureCreator. Uses the
HashAlgorithm
43
static SignatureCreator* Create(RSAPrivateKey* key,
HashAlgorithm
hash_alg);
49
HashAlgorithm
hash_alg,
signature_creator_openssl.cc
22
const EVP_MD* ToOpenSSLDigest(SignatureCreator::
HashAlgorithm
hash_alg) {
32
int ToOpenSSLDigestType(SignatureCreator::
HashAlgorithm
hash_alg) {
46
HashAlgorithm
hash_alg) {
63
HashAlgorithm
hash_alg,
signature_creator_nss.cc
21
SECOidTag ToNSSSigOid(SignatureCreator::
HashAlgorithm
hash_alg) {
31
SECOidTag ToNSSHashOid(SignatureCreator::
HashAlgorithm
hash_alg) {
52
HashAlgorithm
hash_alg) {
71
HashAlgorithm
hash_alg,
signature_verifier_openssl.cc
22
const EVP_MD* ToOpenSSLDigest(SignatureVerifier::
HashAlgorithm
hash_alg) {
75
bool SignatureVerifier::VerifyInitRSAPSS(
HashAlgorithm
hash_alg,
76
HashAlgorithm
mask_hash_alg,
hmac_openssl.cc
24
HMAC::HMAC(
HashAlgorithm
hash_alg) : hash_alg_(hash_alg) {
hmac_nss.cc
24
HMAC::HMAC(
HashAlgorithm
hash_alg)
signature_verifier_nss.cc
23
HASH_HashType ToNSSHashType(SignatureVerifier::
HashAlgorithm
hash_alg) {
139
bool SignatureVerifier::VerifyInitRSAPSS(
HashAlgorithm
hash_alg,
140
HashAlgorithm
mask_hash_alg,
hmac_win.cc
107
HMAC::HMAC(
HashAlgorithm
hash_alg)
signature_creator_unittest.cc
120
key.get(), crypto::SignatureCreator::
HashAlgorithm
::SHA256,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsafer.h
56
ALG_ID
HashAlgorithm
;
112
ALG_ID
HashAlgorithm
;
wincrypt.h
848
CRYPT_ALGORITHM_IDENTIFIER
HashAlgorithm
;
[
all
...]
/external/conscrypt/src/test/java/org/conscrypt/ct/
SerializationTest.java
43
assertEquals(DigitallySigned.
HashAlgorithm
.SHA256,
92
assertEquals(DigitallySigned.
HashAlgorithm
.SHA256, dst.getHashAlgorithm());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 2317 milliseconds