Symbol: SIV128_CONTEXT
crypto/openssl/crypto/modes/siv128.c
142
SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen,
crypto/openssl/crypto/modes/siv128.c
146
SIV128_CONTEXT *ctx;
crypto/openssl/crypto/modes/siv128.c
162
int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen,
crypto/openssl/crypto/modes/siv128.c
222
int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src)
crypto/openssl/crypto/modes/siv128.c
247
int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad,
crypto/openssl/crypto/modes/siv128.c
274
int ossl_siv128_encrypt(SIV128_CONTEXT *ctx,
crypto/openssl/crypto/modes/siv128.c
301
int ossl_siv128_decrypt(SIV128_CONTEXT *ctx,
crypto/openssl/crypto/modes/siv128.c
337
int ossl_siv128_finish(SIV128_CONTEXT *ctx)
crypto/openssl/crypto/modes/siv128.c
345
int ossl_siv128_set_tag(SIV128_CONTEXT *ctx, const unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/siv128.c
358
int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/siv128.c
371
int ossl_siv128_cleanup(SIV128_CONTEXT *ctx)
crypto/openssl/crypto/modes/siv128.c
388
int ossl_siv128_speed(SIV128_CONTEXT *ctx, int arg)
crypto/openssl/crypto/modes/siv128.c
89
__owur static ossl_inline int siv128_do_s2v_p(SIV128_CONTEXT *ctx, SIV_BLOCK *out,
crypto/openssl/include/crypto/siv.h
14
SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen,
crypto/openssl/include/crypto/siv.h
17
int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen,
crypto/openssl/include/crypto/siv.h
20
int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src);
crypto/openssl/include/crypto/siv.h
21
int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, size_t len);
crypto/openssl/include/crypto/siv.h
22
int ossl_siv128_encrypt(SIV128_CONTEXT *ctx,
crypto/openssl/include/crypto/siv.h
24
int ossl_siv128_decrypt(SIV128_CONTEXT *ctx,
crypto/openssl/include/crypto/siv.h
26
int ossl_siv128_finish(SIV128_CONTEXT *ctx);
crypto/openssl/include/crypto/siv.h
27
int ossl_siv128_set_tag(SIV128_CONTEXT *ctx, const unsigned char *tag,
crypto/openssl/include/crypto/siv.h
29
int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/include/crypto/siv.h
30
int ossl_siv128_cleanup(SIV128_CONTEXT *ctx);
crypto/openssl/include/crypto/siv.h
31
int ossl_siv128_speed(SIV128_CONTEXT *ctx, int arg);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
153
SIV128_CONTEXT *sctx = &ctx->siv;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
29
SIV128_CONTEXT siv;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
100
SIV128_CONTEXT *sctx = &ctx->siv;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
111
SIV128_CONTEXT *sctx = &ctx->siv;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
23
SIV128_CONTEXT *sctx = &ctx->siv;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
84
SIV128_CONTEXT *sctx = &ctx->siv;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
92
SIV128_CONTEXT *sctx = &ctx->siv;