Searched defs:pkey_op (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | pkeyutl.c | 138 int keysize = -1, pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; in pkeyutl_main() local 620 char *passinarg, int pkey_op, ENGINE *e) in get_pkey() 662 int pkey_op, ENGINE *e, in init_ctx() 797 static int do_keyop(EVP_PKEY_CTX *ctx, int pkey_op, in do_keyop() 839 static int do_raw_keyop(int pkey_op, EVP_MD_CTX *mctx, in do_raw_keyop()
|