Home
last modified time | relevance | path

Searched defs:evp_pkey_method_st (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libcrypto/evp/
H A Devp_local.h276 struct evp_pkey_method_st { struct
277 int pkey_id;
278 int flags;
280 int (*init)(EVP_PKEY_CTX *ctx);
282 void (*cleanup)(EVP_PKEY_CTX *ctx);
286 int (*keygen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey);
288 int (*sign_init)(EVP_PKEY_CTX *ctx);
292 int (*verify_init)(EVP_PKEY_CTX *ctx);
293 int (*verify)(EVP_PKEY_CTX *ctx,
297 int (*verify_recover)(EVP_PKEY_CTX *ctx,
[all …]