OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashAlgorithm
(Results
1 - 10
of
10
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java
18
private AlgorithmIdentifier
hashAlgorithm
;
48
hashAlgorithm
= DEFAULT_HASH_ALGORITHM;
54
AlgorithmIdentifier
hashAlgorithm
,
58
this.
hashAlgorithm
=
hashAlgorithm
;
66
hashAlgorithm
= DEFAULT_HASH_ALGORITHM;
77
hashAlgorithm
= AlgorithmIdentifier.getInstance(o, true);
93
return
hashAlgorithm
;
109
*
hashAlgorithm
[0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
136
if (!
hashAlgorithm
.equals(DEFAULT_HASH_ALGORITHM)
[
all
...]
RSASSAPSSparams.java
18
private AlgorithmIdentifier
hashAlgorithm
;
50
hashAlgorithm
= DEFAULT_HASH_ALGORITHM;
57
AlgorithmIdentifier
hashAlgorithm
,
62
this.
hashAlgorithm
=
hashAlgorithm
;
71
hashAlgorithm
= DEFAULT_HASH_ALGORITHM;
83
hashAlgorithm
= AlgorithmIdentifier.getInstance(o, true);
102
return
hashAlgorithm
;
123
*
hashAlgorithm
[0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
150
if (!
hashAlgorithm
.equals(DEFAULT_HASH_ALGORITHM)
[
all
...]
/external/openssl/crypto/ocsp/
ocsp_lib.c
112
alg = cid->
hashAlgorithm
;
147
ret = OBJ_cmp(a->
hashAlgorithm
->algorithm, b->
hashAlgorithm
->algorithm);
ocsp_vfy.c
280
if (OBJ_cmp(tmpid->
hashAlgorithm
->algorithm,
281
cid->
hashAlgorithm
->algorithm))
304
if (!(dgst = EVP_get_digestbyobj(cid->
hashAlgorithm
->algorithm)))
ocsp_asn.c
71
ASN1_SIMPLE(OCSP_CERTID,
hashAlgorithm
, X509_ALGOR),
ocsp_prn.c
74
i2a_ASN1_OBJECT(bp, a->
hashAlgorithm
->algorithm);
ocsp_srv.c
92
if (pmd) *pmd = cid->
hashAlgorithm
->algorithm;
ocsp.h
94
*
hashAlgorithm
AlgorithmIdentifier,
101
X509_ALGOR *
hashAlgorithm
;
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameters.java
[
all
...]
/external/openssl/include/openssl/
ocsp.h
94
*
hashAlgorithm
AlgorithmIdentifier,
101
X509_ALGOR *
hashAlgorithm
;
Completed in 1415 milliseconds