Home
last modified time | relevance | path

Searched refs:pvk2key_ctx_st (Results 1 – 1 of 1) sorted by relevance

/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c34 struct pvk2key_ctx_st; /* Forward declaration */
35 typedef int check_key_fn(void *, struct pvk2key_ctx_st *ctx);
36 typedef void adjust_key_fn(void *, struct pvk2key_ctx_st *ctx);
59 struct pvk2key_ctx_st { struct
67 static struct pvk2key_ctx_st * argument
70 struct pvk2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx)); in pvk2key_newctx()
81 struct pvk2key_ctx_st *ctx = vctx; in pvk2key_freectx()
97 struct pvk2key_ctx_st *ctx = vctx; in pvk2key_set_ctx_params()
123 struct pvk2key_ctx_st *ctx = vctx; in pvk2key_decode()
214 struct pvk2key_ctx_st *ctx = vctx; in pvk2key_export_object()
[all …]

Completed in 4 milliseconds