Lines Matching defs:pkey
46 static int ecx_key_op(EVP_PKEY *pkey, int id, const X509_ALGOR *palg, in ecx_key_op()
125 static int ecx_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in ecx_pub_encode()
150 static int ecx_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in ecx_pub_decode()
173 static int ecx_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in ecx_priv_decode()
198 static int ecx_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in ecx_priv_encode()
230 static int ecx_size(const EVP_PKEY *pkey) in ecx_size()
235 static int ecx_bits(const EVP_PKEY *pkey) in ecx_bits()
246 static int ecx_security_bits(const EVP_PKEY *pkey) in ecx_security_bits()
255 static void ecx_free(EVP_PKEY *pkey) in ecx_free()
268 static int ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_key_print()
305 static int ecx_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_priv_print()
311 static int ecx_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_pub_print()
317 static int ecx_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecx_ctrl()
341 static int ecd_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecd_ctrl()
355 static int ecx_set_priv_key(EVP_PKEY *pkey, const unsigned char *priv, in ecx_set_priv_key()
362 static int ecx_set_pub_key(EVP_PKEY *pkey, const unsigned char *pub, size_t len) in ecx_set_pub_key()
368 static int ecx_get_priv_key(const EVP_PKEY *pkey, unsigned char *priv, in ecx_get_priv_key()
389 static int ecx_get_pub_key(const EVP_PKEY *pkey, unsigned char *pub, in ecx_get_pub_key()
495 static int ecd_size25519(const EVP_PKEY *pkey) in ecd_size25519()
500 static int ecd_size448(const EVP_PKEY *pkey) in ecd_size448()
507 EVP_PKEY *pkey) in ecd_item_verify()
652 static int pkey_ecx_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_ecx_keygen()