HomeSort by: relevance | last modified time | path
    Searched refs:msblob2key_ctx_st (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
decode_msblob2key.c 33 struct msblob2key_ctx_st; /* Forward declaration */
36 typedef void adjust_key_fn(void *, struct msblob2key_ctx_st *ctx);
56 struct msblob2key_ctx_st { struct
63 static struct msblob2key_ctx_st *
66 struct msblob2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx));
77 struct msblob2key_ctx_st *ctx = vctx;
97 struct msblob2key_ctx_st *ctx = vctx;
213 struct msblob2key_ctx_st *ctx = vctx;
242 static void rsa_adjust(void *key, struct msblob2key_ctx_st *ctx)
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
decode_msblob2key.c 33 struct msblob2key_ctx_st; /* Forward declaration */
36 typedef void adjust_key_fn(void *, struct msblob2key_ctx_st *ctx);
56 struct msblob2key_ctx_st { struct
63 static struct msblob2key_ctx_st *
66 struct msblob2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx));
77 struct msblob2key_ctx_st *ctx = vctx;
98 struct msblob2key_ctx_st *ctx = vctx;
220 struct msblob2key_ctx_st *ctx = vctx;
250 static void rsa_adjust(void *key, struct msblob2key_ctx_st *ctx)

Completed in 23 milliseconds