HomeSort by: relevance | last modified time | path
    Searched refs:ameth (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
ameth_lib.c 27 const EVP_PKEY_ASN1_METHOD *, ameth);
36 const EVP_PKEY_ASN1_METHOD *, ameth);
110 const EVP_PKEY_ASN1_METHOD *ameth = NULL; local
117 ameth = ENGINE_pkey_asn1_find_str(&e, str, len);
118 if (ameth) {
123 ameth = NULL;
126 return ameth;
132 ameth = EVP_PKEY_asn1_get0(i);
133 if (ameth->pkey_flags & ASN1_PKEY_ALIAS)
135 if ((int)strlen(ameth->pem_str) == le
185 EVP_PKEY_ASN1_METHOD *ameth; local
225 EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth)); local
    [all...]
i2d_evp.c 85 if (a->ameth != NULL && a->ameth->param_encode != NULL)
86 return a->ameth->param_encode(a, pp);
109 if (a->ameth != NULL && a->ameth->old_priv_encode != NULL) {
110 return a->ameth->old_priv_encode(a, pp);
112 if (a->ameth != NULL && a->ameth->priv_encode != NULL) {
d2i_param.c 32 if (ret->ameth == NULL || ret->ameth->param_decode == NULL) {
37 if (!ret->ameth->param_decode(ret, pp, length))
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
ameth_lib.c 27 const EVP_PKEY_ASN1_METHOD *, ameth);
36 const EVP_PKEY_ASN1_METHOD *, ameth);
110 const EVP_PKEY_ASN1_METHOD *ameth = NULL; local
117 ameth = ENGINE_pkey_asn1_find_str(&e, str, len);
118 if (ameth) {
123 ameth = NULL;
126 return ameth;
132 ameth = EVP_PKEY_asn1_get0(i);
133 if (ameth->pkey_flags & ASN1_PKEY_ALIAS)
135 if ((int)strlen(ameth->pem_str) == le
183 EVP_PKEY_ASN1_METHOD *ameth; local
223 EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth)); local
    [all...]
i2d_evp.c 84 if (a->ameth != NULL && a->ameth->param_encode != NULL)
85 return a->ameth->param_encode(a, pp);
106 if (a->ameth != NULL && a->ameth->old_priv_encode != NULL) {
107 return a->ameth->old_priv_encode(a, pp);
109 if (a->ameth != NULL && a->ameth->priv_encode != NULL) {
d2i_param.c 32 if (ret->ameth == NULL || ret->ameth->param_decode == NULL) {
37 if (!ret->ameth->param_decode(ret, pp, length))
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
ameth_lib.c 25 const EVP_PKEY_ASN1_METHOD *, ameth);
34 const EVP_PKEY_ASN1_METHOD *, ameth);
107 const EVP_PKEY_ASN1_METHOD *ameth = NULL; local
114 ameth = ENGINE_pkey_asn1_find_str(&e, str, len);
115 if (ameth) {
120 ameth = NULL;
123 return ameth;
129 ameth = EVP_PKEY_asn1_get0(i);
130 if (ameth->pkey_flags & ASN1_PKEY_ALIAS)
132 if ((int)strlen(ameth->pem_str) == le
180 EVP_PKEY_ASN1_METHOD *ameth; local
220 EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth)); local
    [all...]
i2d_pr.c 19 if (a->ameth && a->ameth->old_priv_encode) {
20 return a->ameth->old_priv_encode(a, pp);
22 if (a->ameth && a->ameth->priv_encode) {
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
tb_asnmth.c 145 EVP_PKEY_ASN1_METHOD *ameth; local
152 e->pkey_asn1_meths(e, &ameth, NULL, nids[i]);
153 if (ameth != NULL
154 && ((int)strlen(ameth->pem_str) == len)
155 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0)
156 return ameth;
163 const EVP_PKEY_ASN1_METHOD *ameth; member in struct:__anon219
172 if (lk->ameth)
176 EVP_PKEY_ASN1_METHOD *ameth; local
177 e->pkey_asn1_meths(e, &ameth, NULL, nid)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
tb_asnmth.c 145 EVP_PKEY_ASN1_METHOD *ameth; local
152 e->pkey_asn1_meths(e, &ameth, NULL, nids[i]);
153 if (ameth != NULL
154 && ((int)strlen(ameth->pem_str) == len)
155 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0)
156 return ameth;
163 const EVP_PKEY_ASN1_METHOD *ameth; member in struct:__anon1329
172 if (lk->ameth)
176 EVP_PKEY_ASN1_METHOD *ameth; local
177 e->pkey_asn1_meths(e, &ameth, NULL, nid)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
tb_asnmth.c 142 EVP_PKEY_ASN1_METHOD *ameth; local
149 e->pkey_asn1_meths(e, &ameth, NULL, nids[i]);
150 if (ameth != NULL
151 && ((int)strlen(ameth->pem_str) == len)
152 && strncasecmp(ameth->pem_str, str, len) == 0)
153 return ameth;
160 const EVP_PKEY_ASN1_METHOD *ameth; member in struct:__anon1969
169 if (lk->ameth)
173 EVP_PKEY_ASN1_METHOD *ameth; local
174 e->pkey_asn1_meths(e, &ameth, NULL, nid)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
p_lib.c 31 if (pkey && pkey->ameth && pkey->ameth->pkey_bits)
32 return pkey->ameth->pkey_bits(pkey);
40 if (!pkey->ameth || !pkey->ameth->pkey_security_bits)
42 return pkey->ameth->pkey_security_bits(pkey);
47 if (pkey && pkey->ameth && pkey->ameth->pkey_size)
48 return pkey->ameth->pkey_size(pkey);
97 if (from->ameth && from->ameth->param_copy
181 const EVP_PKEY_ASN1_METHOD *ameth; local
577 const EVP_PKEY_ASN1_METHOD *ameth; local
    [all...]
evp_pkey.c 42 if (pkey->ameth->priv_decode) {
43 if (!pkey->ameth->priv_decode(pkey, p8)) {
69 if (pkey->ameth) {
70 if (pkey->ameth->priv_encode) {
71 if (!pkey->ameth->priv_encode(p8, pkey)) {
  /src/crypto/external/apache2/openssl/dist/test/
pkey_meth_test.c 28 const EVP_PKEY_ASN1_METHOD *ameth; local
31 ameth = EVP_PKEY_asn1_get0(i);
32 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth);
42 ameth = EVP_PKEY_asn1_get0(i);
43 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, &info, NULL, ameth);
  /src/crypto/external/bsd/openssl/dist/test/
pkey_meth_test.c 28 const EVP_PKEY_ASN1_METHOD *ameth; local
31 ameth = EVP_PKEY_asn1_get0(i);
32 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth);
43 ameth = EVP_PKEY_asn1_get0(i);
44 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, &info, NULL, ameth);
  /src/crypto/external/bsd/openssl.old/dist/test/
pkey_meth_test.c 25 const EVP_PKEY_ASN1_METHOD *ameth; local
28 ameth = EVP_PKEY_asn1_get0(i);
29 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth);
40 ameth = EVP_PKEY_asn1_get0(i);
41 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, &info, NULL, ameth);
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_pkey.c 80 const EVP_PKEY_ASN1_METHOD *ameth; local
81 ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen);
82 if (!ameth || !ameth->old_priv_decode)
84 ret = d2i_PrivateKey(ameth->pkey_id, x, &p, len);
99 if (x->ameth == NULL || x->ameth->priv_encode != NULL)
112 if (x->ameth == NULL || x->ameth->old_priv_encode == NULL) {
117 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
pmeth_check.c 71 /* use default public key check function in ameth */
72 if (pkey->ameth == NULL || pkey->ameth->pkey_public_check == NULL)
75 return pkey->ameth->pkey_public_check(pkey);
117 /* use default param check function in ameth */
118 if (pkey->ameth == NULL || pkey->ameth->pkey_param_check == NULL)
121 return pkey->ameth->pkey_param_check(pkey);
187 /* use default check function in ameth */
188 if (pkey->ameth == NULL || pkey->ameth->pkey_check == NULL
    [all...]
p_lib.c 67 if (pkey->ameth != NULL && pkey->ameth->pkey_bits != NULL)
68 size = pkey->ameth->pkey_bits(pkey);
83 if (pkey->ameth != NULL && pkey->ameth->pkey_security_bits != NULL)
84 size = pkey->ameth->pkey_security_bits(pkey);
228 if (from->ameth != NULL && from->ameth->param_copy != NULL)
229 ok = from->ameth->param_copy(to, from);
244 if (pkey->ameth != NULL && pkey->ameth->param_missing != NULL
422 const EVP_PKEY_ASN1_METHOD *ameth = NULL; local
1021 const EVP_PKEY_ASN1_METHOD *ameth; local
1552 const EVP_PKEY_ASN1_METHOD *ameth = NULL; local
1753 const EVP_PKEY_ASN1_METHOD *ameth = pkey->ameth; local
1790 const EVP_PKEY_ASN1_METHOD *ameth = x->ameth; local
    [all...]
evp_pkey.c 47 if (pkey->ameth->priv_decode_ex != NULL) {
48 if (!pkey->ameth->priv_decode_ex(pkey, p8, libctx, propq))
50 } else if (pkey->ameth->priv_decode != NULL) {
51 if (!pkey->ameth->priv_decode(pkey, p8)) {
159 if (pkey->ameth != NULL) {
160 if (pkey->ameth->priv_encode != NULL) {
161 if (!pkey->ameth->priv_encode(p8, pkey)) {
247 const EVP_PKEY_ASN1_METHOD *ameth; local
254 ameth = EVP_PKEY_get0_asn1(key);
255 if (ameth != NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
pmeth_check.c 70 /* use default public key check function in ameth */
71 if (pkey->ameth == NULL || pkey->ameth->pkey_public_check == NULL)
74 return pkey->ameth->pkey_public_check(pkey);
115 /* use default param check function in ameth */
116 if (pkey->ameth == NULL || pkey->ameth->pkey_param_check == NULL)
119 return pkey->ameth->pkey_param_check(pkey);
183 /* use default check function in ameth */
184 if (pkey->ameth == NULL || pkey->ameth->pkey_check == NULL
    [all...]
p_lib.c 68 if (pkey->ameth != NULL && pkey->ameth->pkey_bits != NULL)
69 size = pkey->ameth->pkey_bits(pkey);
80 if (pkey->ameth != NULL && pkey->ameth->pkey_security_bits != NULL)
81 size = pkey->ameth->pkey_security_bits(pkey);
211 if (from->ameth != NULL && from->ameth->param_copy != NULL)
212 ok = from->ameth->param_copy(to, from);
223 else if (pkey->ameth != NULL && pkey->ameth->param_missing != NULL
385 const EVP_PKEY_ASN1_METHOD *ameth = NULL; local
972 const EVP_PKEY_ASN1_METHOD *ameth; local
1496 const EVP_PKEY_ASN1_METHOD *ameth = NULL; local
1695 const EVP_PKEY_ASN1_METHOD *ameth = pkey->ameth; local
1728 const EVP_PKEY_ASN1_METHOD *ameth = x->ameth; local
    [all...]
evp_pkey.c 46 if (pkey->ameth->priv_decode_ex != NULL) {
47 if (!pkey->ameth->priv_decode_ex(pkey, p8, libctx, propq))
49 } else if (pkey->ameth->priv_decode != NULL) {
50 if (!pkey->ameth->priv_decode(pkey, p8)) {
137 if (pkey->ameth != NULL) {
138 if (pkey->ameth->priv_encode != NULL) {
139 if (!pkey->ameth->priv_encode(p8, pkey)) {
226 const EVP_PKEY_ASN1_METHOD *ameth; local
233 ameth = EVP_PKEY_get0_asn1(key);
234 if (ameth != NULL
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecx_backend.h 20 #define KEYLEN(p) KEYLENID((p)->ameth->pkey_id)
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecx_backend.h 20 #define KEYLEN(p) KEYLENID((p)->ameth->pkey_id)

Completed in 37 milliseconds

1 2 3 4