Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/crypto/evp/
H A Dinternal.h72 struct evp_pkey_asn1_method_st { struct
73 int pkey_id;
74 uint8_t oid[9];
75 uint8_t oid_len;
77 const EVP_PKEY_METHOD *pkey_method;
86 int (*pub_decode)(EVP_PKEY *out, CBS *params, CBS *key);
90 int (*pub_encode)(CBB *out, const EVP_PKEY *key);
92 int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b);
98 int (*priv_decode)(EVP_PKEY *out, CBS *params, CBS *key);
102 int (*priv_encode)(CBB *out, const EVP_PKEY *key);
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/
H A Dinternal.h72 struct evp_pkey_asn1_method_st { struct
73 int pkey_id;
74 uint8_t oid[9];
75 uint8_t oid_len;
77 const EVP_PKEY_METHOD *pkey_method;
86 int (*pub_decode)(EVP_PKEY *out, CBS *params, CBS *key);
90 int (*pub_encode)(CBB *out, const EVP_PKEY *key);
92 int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b);
98 int (*priv_decode)(EVP_PKEY *out, CBS *params, CBS *key);
102 int (*priv_encode)(CBB *out, const EVP_PKEY *key);
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/
Dinternal.h69 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 …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Dinternal.h69 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 …]