Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Dsiv.h12 typedef struct siv128_context SIV128_CONTEXT; typedef
14 SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen,
17 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen,
20 int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src);
22 int ossl_siv128_encrypt(SIV128_CONTEXT *ctx,
24 int ossl_siv128_decrypt(SIV128_CONTEXT *ctx,
26 int ossl_siv128_finish(SIV128_CONTEXT *ctx);
27 int ossl_siv128_set_tag(SIV128_CONTEXT *ctx, const unsigned char *tag,
29 int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_t len);
30 int ossl_siv128_cleanup(SIV128_CONTEXT *ctx);
[all …]
/openssl/crypto/modes/
H A Dsiv128.c143 SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen, in ossl_siv128_new()
147 SIV128_CONTEXT *ctx; in ossl_siv128_new()
163 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen, in ossl_siv128_init()
221 int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src) in ossl_siv128_copy_ctx()
246 int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, in ossl_siv128_aad()
273 int ossl_siv128_encrypt(SIV128_CONTEXT *ctx, in ossl_siv128_encrypt()
300 int ossl_siv128_decrypt(SIV128_CONTEXT *ctx, in ossl_siv128_decrypt()
336 int ossl_siv128_finish(SIV128_CONTEXT *ctx) in ossl_siv128_finish()
357 int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_t len) in ossl_siv128_get_tag()
370 int ossl_siv128_cleanup(SIV128_CONTEXT *ctx) in ossl_siv128_cleanup()
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey()
80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag()
88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed()
96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup()
107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher()
H A Dcipher_aes_siv.h29 SIV128_CONTEXT siv;
H A Dcipher_aes_siv.c162 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_get_ctx_params()

Completed in 11 milliseconds