Searched defs:evp_pkey_asn1_method_st (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | internal.h | 69 struct evp_pkey_asn1_method_st { struct 70 int pkey_id; 71 uint8_t oid[9]; 72 uint8_t oid_len; 81 int (*pub_decode)(EVP_PKEY *out, CBS *params, CBS *key); 85 int (*pub_encode)(CBB *out, const EVP_PKEY *key); 87 int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b); 93 int (*priv_decode)(EVP_PKEY *out, CBS *params, CBS *key); 97 int (*priv_encode)(CBB *out, const EVP_PKEY *key); 99 int (*set_priv_raw)(EVP_PKEY *pkey, const uint8_t *in, size_t len); [all …]
|
/external/boringssl/src/crypto/evp/ |
D | internal.h | 69 struct evp_pkey_asn1_method_st { struct 70 int pkey_id; 71 uint8_t oid[9]; 72 uint8_t oid_len; 81 int (*pub_decode)(EVP_PKEY *out, CBS *params, CBS *key); 85 int (*pub_encode)(CBB *out, const EVP_PKEY *key); 87 int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b); 93 int (*priv_decode)(EVP_PKEY *out, CBS *params, CBS *key); 97 int (*priv_encode)(CBB *out, const EVP_PKEY *key); 99 int (*set_priv_raw)(EVP_PKEY *pkey, const uint8_t *in, size_t len); [all …]
|