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

  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
decode_der2key.c 40 struct der2key_ctx_st; /* Forward declaration */
41 typedef int check_key_fn(void *, struct der2key_ctx_st *ctx);
42 typedef void adjust_key_fn(void *, struct der2key_ctx_st *ctx);
45 struct der2key_ctx_st *);
90 struct der2key_ctx_st { struct
102 long input_der_len, struct der2key_ctx_st *ctx,
127 static struct der2key_ctx_st *
130 struct der2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx));
141 struct der2key_ctx_st *ctx = vctx;
184 struct der2key_ctx_st *ctx = vctx
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
decode_der2key.c 68 struct der2key_ctx_st; /* Forward declaration */
69 typedef int check_key_fn(void *, struct der2key_ctx_st *ctx);
70 typedef void adjust_key_fn(void *, struct der2key_ctx_st *ctx);
73 struct der2key_ctx_st *);
75 struct der2key_ctx_st *);
120 struct der2key_ctx_st { struct
133 long input_der_len, struct der2key_ctx_st *ctx,
160 static struct der2key_ctx_st *
163 struct der2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx));
183 struct der2key_ctx_st *ctx = vctx
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
fake_rsaprov.c 710 struct der2key_ctx_st; /* Forward declaration */
711 typedef int check_key_fn(void *, struct der2key_ctx_st *ctx);
712 typedef void adjust_key_fn(void *, struct der2key_ctx_st *ctx);
715 struct der2key_ctx_st *);
795 struct der2key_ctx_st {
823 long input_der_len, struct der2key_ctx_st *ctx,
871 static struct der2key_ctx_st *
874 struct der2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx));
887 struct der2key_ctx_st *ctx = vctx;
930 struct der2key_ctx_st *ctx = vctx
    [all...]
tls-provider.c 2097 struct der2key_ctx_st; /* Forward declaration */
2098 typedef int check_key_fn(void *, struct der2key_ctx_st *ctx);
2099 typedef void adjust_key_fn(void *, struct der2key_ctx_st *ctx);
2102 struct der2key_ctx_st *);
2182 struct der2key_ctx_st {
2210 long input_der_len, struct der2key_ctx_st *ctx,
2255 static struct der2key_ctx_st *
2258 struct der2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx));
2272 struct der2key_ctx_st *ctx = vctx;
2315 struct der2key_ctx_st *ctx = vctx
    [all...]

Completed in 29 milliseconds