• Home
  • Raw
  • Download

Lines Matching defs:pkey

75 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)  in eckey_pub_encode()
153 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in eckey_pub_decode()
202 static int eckey_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in eckey_priv_decode()
235 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in eckey_priv_encode()
283 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size()
288 static int ec_bits(const EVP_PKEY *pkey) in ec_bits()
293 static int ec_security_bits(const EVP_PKEY *pkey) in ec_security_bits()
309 static int ec_missing_parameters(const EVP_PKEY *pkey) in ec_missing_parameters()
348 static void int_ec_free(EVP_PKEY *pkey) in int_ec_free()
422 static int eckey_param_decode(EVP_PKEY *pkey, in eckey_param_decode()
435 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in eckey_param_encode()
440 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_param_print()
446 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_pub_print()
452 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_priv_print()
458 static int old_ec_priv_decode(EVP_PKEY *pkey, in old_ec_priv_decode()
471 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_ec_priv_encode()
476 static int ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ec_pkey_ctrl()
546 static int ec_pkey_check(const EVP_PKEY *pkey) in ec_pkey_check()
559 static int ec_pkey_public_check(const EVP_PKEY *pkey) in ec_pkey_public_check()
575 static int ec_pkey_param_check(const EVP_PKEY *pkey) in ec_pkey_param_check()
826 EVP_PKEY *pkey; in ecdh_cms_encrypt() local