Lines Matching defs:pkey
31 static int ecx_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in ecx_pub_encode()
54 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode()
84 static int ecx_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, in ecx_priv_decode_ex()
98 static int ecx_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in ecx_priv_encode()
130 static int ecx_size(const EVP_PKEY *pkey) in ecx_size()
135 static int ecx_bits(const EVP_PKEY *pkey) in ecx_bits()
146 static int ecx_security_bits(const EVP_PKEY *pkey) in ecx_security_bits()
155 static void ecx_free(EVP_PKEY *pkey) in ecx_free()
166 static int ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_key_print()
203 static int ecx_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_priv_print()
209 static int ecx_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_pub_print()
215 static int ecx_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecx_ctrl()
245 static int ecd_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecd_ctrl()
259 static int ecx_set_priv_key(EVP_PKEY *pkey, const unsigned char *priv, in ecx_set_priv_key()
278 static int ecx_set_pub_key(EVP_PKEY *pkey, const unsigned char *pub, size_t len) in ecx_set_pub_key()
296 static int ecx_get_priv_key(const EVP_PKEY *pkey, unsigned char *priv, in ecx_get_priv_key()
317 static int ecx_get_pub_key(const EVP_PKEY *pkey, unsigned char *pub, in ecx_get_pub_key()
337 static size_t ecx_pkey_dirty_cnt(const EVP_PKEY *pkey) in ecx_pkey_dirty_cnt()
388 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in ecx_generic_import_from() local
530 static int ecd_size25519(const EVP_PKEY *pkey) in ecd_size25519()
535 static int ecd_size448(const EVP_PKEY *pkey) in ecd_size448()
542 const ASN1_BIT_STRING *str, EVP_PKEY *pkey) in ecd_item_verify()
711 static int pkey_ecx_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_ecx_keygen()
939 static int s390x_pkey_ecx_keygen25519(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in s390x_pkey_ecx_keygen25519()
980 static int s390x_pkey_ecx_keygen448(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in s390x_pkey_ecx_keygen448()
1022 static int s390x_pkey_ecd_keygen25519(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in s390x_pkey_ecd_keygen25519()
1084 static int s390x_pkey_ecd_keygen448(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in s390x_pkey_ecd_keygen448()