#include <internal.h>
|
int | pkey_id |
|
int(* | init )(EVP_PKEY_CTX *ctx) |
|
int(* | copy )(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) |
|
void(* | cleanup )(EVP_PKEY_CTX *ctx) |
|
int(* | keygen )(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) |
|
int(* | sign )(EVP_PKEY_CTX *ctx, uint8_t *sig, size_t *siglen, const uint8_t *tbs, size_t tbslen) |
|
int(* | verify )(EVP_PKEY_CTX *ctx, const uint8_t *sig, size_t siglen, const uint8_t *tbs, size_t tbslen) |
|
int(* | verify_recover )(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *out_len, const uint8_t *sig, size_t sig_len) |
|
int(* | encrypt )(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen, const uint8_t *in, size_t inlen) |
|
int(* | decrypt )(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen, const uint8_t *in, size_t inlen) |
|
int(* | derive )(EVP_PKEY_CTX *ctx, uint8_t *key, size_t *keylen) |
|
int(* | ctrl )(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) |
|
◆ cleanup
◆ copy
◆ ctrl
◆ decrypt
◆ derive
◆ encrypt
◆ init
◆ keygen
◆ pkey_id
int evp_pkey_method_st::pkey_id |
◆ sign
◆ verify
◆ verify_recover
The documentation for this struct was generated from the following file:
- Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/crypto/evp/internal.h