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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp-wincng.c 48 struct wincng_key { struct
54 ((ctx)->cipher->ctx_size - sizeof(struct wincng_key) + 1)
62 struct wincng_key *cng = ctx->cipher_data;
99 struct wincng_key *cng = ctx->cipher_data;
138 cipher->ctx_size = sizeof(struct wincng_key) + cbKeyObject - 1;
192 struct wincng_key *cng = ctx->cipher_data;
evp-wincng.c 48 struct wincng_key { struct
54 ((ctx)->cipher->ctx_size - sizeof(struct wincng_key) + 1)
62 struct wincng_key *cng = ctx->cipher_data;
99 struct wincng_key *cng = ctx->cipher_data;
138 cipher->ctx_size = sizeof(struct wincng_key) + cbKeyObject - 1;
192 struct wincng_key *cng = ctx->cipher_data;

Completed in 36 milliseconds