Searched refs:X509_ALGOR (Results 1 - 25 of 37) sorted by relevance

12

/external/boringssl/src/crypto/x509/
H A Dx_algor.c63 ASN1_SEQUENCE(X509_ALGOR) = {
64 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
65 ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY)
66 } ASN1_SEQUENCE_END(X509_ALGOR)
69 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, algorithms, X509_ALGOR)
72 IMPLEMENT_ASN1_FUNCTIONS(X509_ALGOR)
74 IMPLEMENT_ASN1_DUP_FUNCTION(X509_ALGOR)
76 IMPLEMENT_ASN1_SET_OF(X509_ALGOR)
78 int X509_ALGOR_set0(X509_ALGOR *alg, const ASN1_OBJECT *aobj, int ptype, void *pval)
111 X509_ALGOR *algo
[all...]
H A Dx_sig.c65 ASN1_SIMPLE(X509_SIG, algor, X509_ALGOR),
H A Dx_spki.c74 ASN1_SIMPLE(NETSCAPE_SPKI, sig_algor, X509_ALGOR),
H A Da_sign.c68 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
84 X509_ALGOR *algor1, X509_ALGOR *algor2,
H A Dx_req.c107 ASN1_SIMPLE(X509_REQ, sig_alg, X509_ALGOR),
H A Dx_x509.c76 ASN1_SIMPLE(X509_CINF, signature, X509_ALGOR),
136 ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
216 void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
H A Da_verify.c74 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a,
H A Dx509.c103 X509_ALGOR **pa, PKCS8_PRIV_KEY_INFO *p8) {
H A Dx_pubkey.c83 ASN1_SIMPLE(X509_PUBKEY, algor, X509_ALGOR),
371 X509_ALGOR **pa,
H A Dx_x509a.c76 ASN1_IMP_SEQUENCE_OF_OPT(X509_CERT_AUX, other, X509_ALGOR, 1)
/external/boringssl/src/crypto/rsa/
H A Drsa_asn1.c99 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
100 ASN1_EXP_OPT(RSA_PSS_PARAMS, maskGenAlgorithm, X509_ALGOR,1),
108 ASN1_EXP_OPT(RSA_OAEP_PARAMS, hashFunc, X509_ALGOR, 0),
109 ASN1_EXP_OPT(RSA_OAEP_PARAMS, maskGenFunc, X509_ALGOR, 1),
110 ASN1_EXP_OPT(RSA_OAEP_PARAMS, pSourceFunc, X509_ALGOR, 2),
H A Dinternal.h122 X509_ALGOR *hashAlgorithm;
123 X509_ALGOR *maskGenAlgorithm;
131 X509_ALGOR *hashFunc;
132 X509_ALGOR *maskGenFunc;
133 X509_ALGOR *pSourceFunc;
/external/boringssl/src/crypto/pkcs8/
H A Dp5_pbe.c79 int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter,
134 X509_ALGOR *PKCS5_pbe_set(int alg, int iter,
137 X509_ALGOR *ret;
H A Dp5_pbev2.c72 ASN1_SIMPLE(PBE2PARAM, keyfunc, X509_ALGOR),
73 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
82 ASN1_OPT(PBKDF2PARAM, prf, X509_ALGOR)
114 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
118 X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL;
217 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
223 X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen,
226 X509_ALGOR *keyfunc = NULL;
H A Dp8_pkey.c80 ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, pkeyalg, X509_ALGOR),
/external/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c264 static X509_ALGOR *rsa_mgf1_decode(X509_ALGOR *alg) {
279 static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg,
280 X509_ALGOR **pmaskHash) {
304 X509_ALGOR *maskHash, int indent) {
386 static int rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg,
391 X509_ALGOR *maskHash;
426 static int rsa_md_to_algor(X509_ALGOR **palg, const EVP_MD *md) {
439 static int rsa_md_to_mgf1(X509_ALGOR **palg, const EVP_MD *mgf1md) {
440 X509_ALGOR *algtm
[all...]
H A Dalgorithm.c69 int EVP_DigestSignAlgorithm(EVP_MD_CTX *ctx, X509_ALGOR *algor) {
116 X509_ALGOR *algor,
H A Dinternal.h125 int (*sig_print)(BIO *out, const X509_ALGOR *sigalg, const ASN1_STRING *sig,
137 /* Converting parameters to/from AlgorithmIdentifier (X509_ALGOR). */
139 X509_ALGOR *algor,
143 X509_ALGOR *algor);
/external/boringssl/include/openssl/
H A Dx509.h112 DECLARE_ASN1_SET_OF(X509_ALGOR)
114 typedef STACK_OF(X509_ALGOR) X509_ALGORS;
124 X509_ALGOR *algor;
131 X509_ALGOR *algor;
206 X509_ALGOR *sig_alg;
215 X509_ALGOR *signature;
238 STACK_OF(X509_ALGOR) *other; /* other unspecified info */
244 X509_ALGOR *sig_alg;
409 X509_ALGOR *sig_alg;
422 X509_ALGOR *sig_al
[all...]
H A Dbase.h173 typedef struct X509_algor_st X509_ALGOR; typedef in typeref:struct:X509_algor_st
H A Dstack_macros.h2345 /* X509_ALGOR */
2347 ((STACK_OF(X509_ALGOR) *)sk_new(CHECKED_CAST( \
2348 stack_cmp_func, int (*)(const X509_ALGOR **a, const X509_ALGOR **b), \
2351 #define sk_X509_ALGOR_new_null() ((STACK_OF(X509_ALGOR) *)sk_new_null())
2354 sk_num(CHECKED_CAST(_STACK *, STACK_OF(X509_ALGOR) *, sk))
2357 sk_zero(CHECKED_CAST(_STACK *, STACK_OF(X509_ALGOR) *, sk));
2360 ((X509_ALGOR *)sk_value( \
2361 CHECKED_CAST(_STACK *, const STACK_OF(X509_ALGOR) *, sk), (i)))
2364 ((X509_ALGOR *)sk_se
[all...]
/external/boringssl/src/include/openssl/
H A Dx509.h112 DECLARE_ASN1_SET_OF(X509_ALGOR)
114 typedef STACK_OF(X509_ALGOR) X509_ALGORS;
124 X509_ALGOR *algor;
131 X509_ALGOR *algor;
206 X509_ALGOR *sig_alg;
215 X509_ALGOR *signature;
238 STACK_OF(X509_ALGOR) *other; /* other unspecified info */
244 X509_ALGOR *sig_alg;
409 X509_ALGOR *sig_alg;
422 X509_ALGOR *sig_al
[all...]
H A Dbase.h173 typedef struct X509_algor_st X509_ALGOR; typedef in typeref:struct:X509_algor_st
H A Dstack_macros.h2345 /* X509_ALGOR */
2347 ((STACK_OF(X509_ALGOR) *)sk_new(CHECKED_CAST( \
2348 stack_cmp_func, int (*)(const X509_ALGOR **a, const X509_ALGOR **b), \
2351 #define sk_X509_ALGOR_new_null() ((STACK_OF(X509_ALGOR) *)sk_new_null())
2354 sk_num(CHECKED_CAST(_STACK *, STACK_OF(X509_ALGOR) *, sk))
2357 sk_zero(CHECKED_CAST(_STACK *, STACK_OF(X509_ALGOR) *, sk));
2360 ((X509_ALGOR *)sk_value( \
2361 CHECKED_CAST(_STACK *, const STACK_OF(X509_ALGOR) *, sk), (i)))
2364 ((X509_ALGOR *)sk_se
[all...]
/external/boringssl/src/crypto/test/
H A Dscoped_types.h114 using ScopedX509_ALGOR = ScopedOpenSSLType<X509_ALGOR, X509_ALGOR_free>;

Completed in 621 milliseconds

12