Searched refs:SIV128_CONTEXT (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | siv.h | 12 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); 21 int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, size_t len); 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 *ct [all...] |
/third_party/openssl/include/crypto/ |
H A D | siv.h | 12 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); 21 int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, size_t len); 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 *ct [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | siv128.c | 89 __owur static ossl_inline int siv128_do_s2v_p(SIV128_CONTEXT *ctx, SIV_BLOCK *out, in siv128_do_s2v_p() 141 * Create a new SIV128_CONTEXT 143 SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen, in ossl_siv128_new() 147 SIV128_CONTEXT *ctx; in ossl_siv128_new() 161 * Initialise an existing SIV128_CONTEXT 163 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen, in ossl_siv128_init() 219 * Copy an SIV128_CONTEXT object 221 int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src) in ossl_siv128_copy_ctx() 246 int ossl_siv128_aad(SIV128_CONTEXT *ct [all...] |
/third_party/openssl/crypto/modes/ |
H A D | siv128.c | 89 __owur static ossl_inline int siv128_do_s2v_p(SIV128_CONTEXT *ctx, SIV_BLOCK *out, in siv128_do_s2v_p() 141 * Create a new SIV128_CONTEXT 143 SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen, in ossl_siv128_new() 147 SIV128_CONTEXT *ctx; in ossl_siv128_new() 161 * Initialise an existing SIV128_CONTEXT 163 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen, in ossl_siv128_init() 219 * Copy an SIV128_CONTEXT object 221 int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src) in ossl_siv128_copy_ctx() 246 int ossl_siv128_aad(SIV128_CONTEXT *ct [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 23 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 D | cipher_aes_siv.h | 29 SIV128_CONTEXT siv;
|
H A D | cipher_aes_siv.c | 164 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_get_ctx_params()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 23 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 D | cipher_aes_siv.h | 29 SIV128_CONTEXT siv;
|
H A D | cipher_aes_siv.c | 164 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_get_ctx_params()
|
Completed in 4 milliseconds