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

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
ameth_lib.c 24 static STACK_OF(EVP_PKEY_ASN1_METHOD) *app_methods = NULL;
26 DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
27 const EVP_PKEY_ASN1_METHOD *, ameth);
29 static int ameth_cmp(const EVP_PKEY_ASN1_METHOD *const *a,
30 const EVP_PKEY_ASN1_METHOD *const *b)
35 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
36 const EVP_PKEY_ASN1_METHOD *, ameth);
46 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx)
57 static const EVP_PKEY_ASN1_METHOD *pkey_asn1_find(int type)
59 EVP_PKEY_ASN1_METHOD tmp
    [all...]
standard_methods.h 15 static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
ameth_lib.c 24 static STACK_OF(EVP_PKEY_ASN1_METHOD) *app_methods = NULL;
26 DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
27 const EVP_PKEY_ASN1_METHOD *, ameth);
29 static int ameth_cmp(const EVP_PKEY_ASN1_METHOD *const *a,
30 const EVP_PKEY_ASN1_METHOD *const *b)
35 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
36 const EVP_PKEY_ASN1_METHOD *, ameth);
46 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx)
57 static const EVP_PKEY_ASN1_METHOD *pkey_asn1_find(int type)
59 EVP_PKEY_ASN1_METHOD tmp
    [all...]
standard_methods.h 15 static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
asn1.h 66 } /* EVP_PKEY_ASN1_METHOD */ ;
68 DEFINE_STACK_OF_CONST(EVP_PKEY_ASN1_METHOD)
70 extern const EVP_PKEY_ASN1_METHOD cmac_asn1_meth;
71 extern const EVP_PKEY_ASN1_METHOD dh_asn1_meth;
72 extern const EVP_PKEY_ASN1_METHOD dhx_asn1_meth;
73 extern const EVP_PKEY_ASN1_METHOD dsa_asn1_meths[5];
74 extern const EVP_PKEY_ASN1_METHOD eckey_asn1_meth;
75 extern const EVP_PKEY_ASN1_METHOD ecx25519_asn1_meth;
76 extern const EVP_PKEY_ASN1_METHOD ecx448_asn1_meth;
77 extern const EVP_PKEY_ASN1_METHOD ed25519_asn1_meth
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
ameth_lib.c 22 static STACK_OF(EVP_PKEY_ASN1_METHOD) *app_methods = NULL;
24 DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
25 const EVP_PKEY_ASN1_METHOD *, ameth);
27 static int ameth_cmp(const EVP_PKEY_ASN1_METHOD *const *a,
28 const EVP_PKEY_ASN1_METHOD *const *b)
33 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
34 const EVP_PKEY_ASN1_METHOD *, ameth);
44 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx)
55 static const EVP_PKEY_ASN1_METHOD *pkey_asn1_find(int type)
57 EVP_PKEY_ASN1_METHOD tmp
    [all...]
standard_methods.h 15 static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
  /src/crypto/external/bsd/openssl/dist/include/crypto/
asn1.h 89 } /* EVP_PKEY_ASN1_METHOD */ ;
91 DEFINE_STACK_OF_CONST(EVP_PKEY_ASN1_METHOD)
93 extern const EVP_PKEY_ASN1_METHOD ossl_dh_asn1_meth;
94 extern const EVP_PKEY_ASN1_METHOD ossl_dhx_asn1_meth;
95 extern const EVP_PKEY_ASN1_METHOD ossl_dsa_asn1_meths[5];
96 extern const EVP_PKEY_ASN1_METHOD ossl_eckey_asn1_meth;
97 extern const EVP_PKEY_ASN1_METHOD ossl_ecx25519_asn1_meth;
98 extern const EVP_PKEY_ASN1_METHOD ossl_ecx448_asn1_meth;
99 extern const EVP_PKEY_ASN1_METHOD ossl_ed25519_asn1_meth;
100 extern const EVP_PKEY_ASN1_METHOD ossl_ed448_asn1_meth
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/cmac/
cm_ameth.c 32 const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = {
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
tb_asnmth.c 87 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
89 EVP_PKEY_ASN1_METHOD *ret;
112 * Internal function to free up EVP_PKEY_ASN1_METHOD structures before an
119 EVP_PKEY_ASN1_METHOD *pkm;
139 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
145 EVP_PKEY_ASN1_METHOD *ameth;
163 const EVP_PKEY_ASN1_METHOD *ameth;
176 EVP_PKEY_ASN1_METHOD *ameth;
188 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
tb_asnmth.c 87 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
89 EVP_PKEY_ASN1_METHOD *ret;
112 * Internal function to free up EVP_PKEY_ASN1_METHOD structures before an
119 EVP_PKEY_ASN1_METHOD *pkm;
139 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
145 EVP_PKEY_ASN1_METHOD *ameth;
163 const EVP_PKEY_ASN1_METHOD *ameth;
176 EVP_PKEY_ASN1_METHOD *ameth;
188 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
tb_asnmth.c 83 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
85 EVP_PKEY_ASN1_METHOD *ret;
109 * Internal function to free up EVP_PKEY_ASN1_METHOD structures before an
116 EVP_PKEY_ASN1_METHOD *pkm;
136 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
142 EVP_PKEY_ASN1_METHOD *ameth;
160 const EVP_PKEY_ASN1_METHOD *ameth;
173 EVP_PKEY_ASN1_METHOD *ameth;
185 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
  /src/crypto/external/apache2/openssl/dist/include/crypto/
asn1.h 89 } /* EVP_PKEY_ASN1_METHOD */;
91 DEFINE_STACK_OF_CONST(EVP_PKEY_ASN1_METHOD)
93 extern const EVP_PKEY_ASN1_METHOD ossl_dh_asn1_meth;
94 extern const EVP_PKEY_ASN1_METHOD ossl_dhx_asn1_meth;
95 extern const EVP_PKEY_ASN1_METHOD ossl_dsa_asn1_meths[4];
96 extern const EVP_PKEY_ASN1_METHOD ossl_eckey_asn1_meth;
97 extern const EVP_PKEY_ASN1_METHOD ossl_ecx25519_asn1_meth;
98 extern const EVP_PKEY_ASN1_METHOD ossl_ecx448_asn1_meth;
99 extern const EVP_PKEY_ASN1_METHOD ossl_ed25519_asn1_meth;
100 extern const EVP_PKEY_ASN1_METHOD ossl_ed448_asn1_meth
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
pkey_meth_test.c 21 /* Test of EVP_PKEY_ASN1_METHOD ordering */
28 const EVP_PKEY_ASN1_METHOD *ameth;
38 TEST_error("EVP_PKEY_ASN1_METHOD table out of order");
  /src/crypto/external/bsd/openssl/dist/test/
pkey_meth_test.c 21 /* Test of EVP_PKEY_ASN1_METHOD ordering */
28 const EVP_PKEY_ASN1_METHOD *ameth;
39 TEST_error("EVP_PKEY_ASN1_METHOD table out of order");
asn1_internal_test.c 73 const EVP_PKEY_ASN1_METHOD **tmp;
  /src/crypto/external/bsd/openssl.old/dist/crypto/hmac/
hm_ameth.c 95 const EVP_PKEY_ASN1_METHOD hmac_asn1_meth = {
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_ameth.c 89 const EVP_PKEY_ASN1_METHOD poly1305_asn1_meth = {
  /src/crypto/external/bsd/openssl.old/dist/crypto/siphash/
siphash_ameth.c 90 const EVP_PKEY_ASN1_METHOD siphash_asn1_meth = {
  /src/crypto/external/bsd/openssl.old/dist/test/
pkey_meth_test.c 18 /* Test of EVP_PKEY_ASN1_METHOD ordering */
25 const EVP_PKEY_ASN1_METHOD *ameth;
36 TEST_error("EVP_PKEY_ASN1_METHOD table out of order");
asn1_internal_test.c 67 const EVP_PKEY_ASN1_METHOD **tmp;
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
evp.h 1146 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);
1147 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
1148 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
1150 int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth);
1155 const EVP_PKEY_ASN1_METHOD *ameth);
1157 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey);
1158 EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_new(int id, int flags,
1161 void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst,
1162 const EVP_PKEY_ASN1_METHOD *src);
1163 void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 1562 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);
1563 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
1564 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
1566 int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth);
1571 const EVP_PKEY_ASN1_METHOD *ameth);
1573 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey);
1574 EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_new(int id, int flags,
1577 void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst,
1578 const EVP_PKEY_ASN1_METHOD *src);
1579 void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth)
    [all...]
engine.h 302 typedef int (*ENGINE_PKEY_ASN1_METHS_PTR) (ENGINE *, EVP_PKEY_ASN1_METHOD **,
588 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid);
590 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
594 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
engine.h 302 typedef int (*ENGINE_PKEY_ASN1_METHS_PTR)(ENGINE *, EVP_PKEY_ASN1_METHOD **,
590 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid);
592 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
596 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,

Completed in 39 milliseconds

1 2 3 4