Lines Matching defs:type

125  * Sub-type needs to be for variations on the method, as in, can it do
129 int type;
161 int type;
172 int (*sign)(int type, const unsigned char *m, unsigned int m_length,
174 int (*verify)(int type, const unsigned char *m, unsigned int m_length,
184 typedef int evp_sign_method(int type,const unsigned char *m,
187 typedef int evp_verify_method(int type,const unsigned char *m,
196 * one for a specific public key type.
315 int (*ctrl)(EVP_CIPHER_CTX *, int type, int arg, void *ptr); /* Miscellaneous operations */
513 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
518 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
521 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type);
529 int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
573 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
578 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
582 int EVP_OpenInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *type,
587 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
611 int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);
840 int EVP_PKEY_type(int type);
845 int EVP_PKEY_set_type(EVP_PKEY *pkey,int type);
847 int EVP_PKEY_assign(EVP_PKEY *pkey,int type,void *key);
874 EVP_PKEY * d2i_PublicKey(int type,EVP_PKEY **a, const unsigned char **pp,
878 EVP_PKEY * d2i_PrivateKey(int type,EVP_PKEY **a, const unsigned char **pp,
903 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
904 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
907 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c,ASN1_TYPE *type);
908 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c,ASN1_TYPE *type);
930 /* PBE type */
934 /* Is an PRF type OID */
941 int EVP_PBE_find(int type, int pbe_nid,
957 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
1055 const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type);
1067 int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *type,
1073 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e,
1180 int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
1182 const char *type, const char *value));