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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/
kmac_prov.c 118 struct kmac_data_st { struct
156 struct kmac_data_st *kctx = vmacctx;
172 static struct kmac_data_st *kmac_new(void *provctx)
174 struct kmac_data_st *kctx;
191 struct kmac_data_st *kctx = kmac_new(provctx);
233 struct kmac_data_st *src = vsrc;
234 struct kmac_data_st *dst;
262 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key,
309 struct kmac_data_st *kctx = vmacctx;
365 struct kmac_data_st *kctx = vmacctx
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
kmac_prov.c 117 struct kmac_data_st { struct
146 struct kmac_data_st *kctx = vmacctx;
162 static struct kmac_data_st *kmac_new(void *provctx)
164 struct kmac_data_st *kctx;
180 struct kmac_data_st *kctx = kmac_new(provctx);
216 struct kmac_data_st *src = vsrc;
217 struct kmac_data_st *dst;
242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key,
270 struct kmac_data_st *kctx = vmacctx;
328 struct kmac_data_st *kctx = vmacctx
    [all...]

Completed in 16 milliseconds