Lines Matching defs:pkey
77 dsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dsa_pub_decode()
144 dsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dsa_pub_encode()
205 dsa_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in dsa_priv_decode()
286 dsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dsa_priv_encode()
340 dsa_size(const EVP_PKEY *pkey) in dsa_size()
346 dsa_bits(const EVP_PKEY *pkey) in dsa_bits()
352 dsa_security_bits(const EVP_PKEY *pkey) in dsa_security_bits()
358 dsa_missing_parameters(const EVP_PKEY *pkey) in dsa_missing_parameters()
408 dsa_free(EVP_PKEY *pkey) in dsa_free()
463 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **params, int params_len) in dsa_param_decode()
487 dsa_param_encode(const EVP_PKEY *pkey, unsigned char **params) in dsa_param_encode()
493 dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) in dsa_param_print()
499 dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) in dsa_pub_print()
505 dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) in dsa_priv_print()
511 old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **key, int key_len) in old_dsa_priv_decode()
585 old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **key) in old_dsa_priv_encode()
624 dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dsa_pkey_ctrl()