Home
last modified time | relevance | path

Searched refs:aes_ctx (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/crypto/
H A Daxtls_aes.c44 struct aes_context *aes_ctx = ctx; in aes_setkey() local
62 iv = &aes_ctx->axtls_ctx.iv; in aes_setkey()
64 AES_set_key ( &aes_ctx->axtls_ctx, key, iv, mode ); in aes_setkey()
66 aes_ctx->decrypting = 0; in aes_setkey()
117 struct aes_context *aes_ctx = ctx; in aes_encrypt() local
120 if ( aes_ctx->decrypting ) in aes_encrypt()
122 aes_call_axtls ( &aes_ctx->axtls_ctx, src, dst, AES_encrypt ); in aes_encrypt()
135 struct aes_context *aes_ctx = ctx; in aes_decrypt() local
138 if ( ! aes_ctx->decrypting ) { in aes_decrypt()
139 AES_convert_key ( &aes_ctx->axtls_ctx ); in aes_decrypt()
[all …]
H A Daes_wrap.c43 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
45 if ( ! aes_ctx ) in aes_wrap()
48 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
60 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
68 free ( aes_ctx ); in aes_wrap()
89 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
91 if ( ! aes_ctx ) in aes_unwrap()
94 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
107 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
114 free ( aes_ctx ); in aes_unwrap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init() local
97 aes_ctx->ctr = in aead_aes_ctr_hmac_sha256_init()
98 aes_ctr_set_key(&aes_ctx->ks.ks, NULL, &aes_ctx->block, key, aes_key_len); in aead_aes_ctr_hmac_sha256_init()
100 hmac_init(&aes_ctx->inner_init_state, &aes_ctx->outer_init_state, in aead_aes_ctr_hmac_sha256_init()
165 if (aes_ctx->ctr) { in aead_aes_ctr_hmac_sha256_crypt()
168 aes_ctx->ctr); in aead_aes_ctr_hmac_sha256_crypt()
172 aes_ctx->block); in aead_aes_ctr_hmac_sha256_crypt()
181 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_seal_scatter() local
204 hmac_calculate(hmac_result, &aes_ctx->inner_init_state, in aead_aes_ctr_hmac_sha256_seal_scatter()
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init() local
97 aes_ctx->ctr = in aead_aes_ctr_hmac_sha256_init()
98 aes_ctr_set_key(&aes_ctx->ks.ks, NULL, &aes_ctx->block, key, aes_key_len); in aead_aes_ctr_hmac_sha256_init()
100 hmac_init(&aes_ctx->inner_init_state, &aes_ctx->outer_init_state, in aead_aes_ctr_hmac_sha256_init()
165 if (aes_ctx->ctr) { in aead_aes_ctr_hmac_sha256_crypt()
168 aes_ctx->ctr); in aead_aes_ctr_hmac_sha256_crypt()
172 aes_ctx->block); in aead_aes_ctr_hmac_sha256_crypt()
181 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_seal_scatter() local
204 hmac_calculate(hmac_result, &aes_ctx->inner_init_state, in aead_aes_ctr_hmac_sha256_seal_scatter()
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather() local
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init() local
97 aes_ctx->ctr = in aead_aes_ctr_hmac_sha256_init()
98 aes_ctr_set_key(&aes_ctx->ks.ks, NULL, &aes_ctx->block, key, aes_key_len); in aead_aes_ctr_hmac_sha256_init()
100 hmac_init(&aes_ctx->inner_init_state, &aes_ctx->outer_init_state, in aead_aes_ctr_hmac_sha256_init()
165 if (aes_ctx->ctr) { in aead_aes_ctr_hmac_sha256_crypt()
168 aes_ctx->ctr); in aead_aes_ctr_hmac_sha256_crypt()
172 aes_ctx->block); in aead_aes_ctr_hmac_sha256_crypt()
181 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_seal_scatter() local
204 hmac_calculate(hmac_result, &aes_ctx->inner_init_state, in aead_aes_ctr_hmac_sha256_seal_scatter()
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather() local
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init() local
97 aes_ctx->ctr = in aead_aes_ctr_hmac_sha256_init()
98 aes_ctr_set_key(&aes_ctx->ks.ks, NULL, &aes_ctx->block, key, aes_key_len); in aead_aes_ctr_hmac_sha256_init()
100 hmac_init(&aes_ctx->inner_init_state, &aes_ctx->outer_init_state, in aead_aes_ctr_hmac_sha256_init()
165 if (aes_ctx->ctr) { in aead_aes_ctr_hmac_sha256_crypt()
168 aes_ctx->ctr); in aead_aes_ctr_hmac_sha256_crypt()
172 aes_ctx->block); in aead_aes_ctr_hmac_sha256_crypt()
181 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_seal_scatter() local
204 hmac_calculate(hmac_result, &aes_ctx->inner_init_state, in aead_aes_ctr_hmac_sha256_seal_scatter()
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather() local
[all …]
/dports/security/boringssl/boringssl-6a71840/crypto/cipher_extra/
H A De_aesctrhmac.c73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init() local
97 aes_ctx->ctr = in aead_aes_ctr_hmac_sha256_init()
98 aes_ctr_set_key(&aes_ctx->ks.ks, NULL, &aes_ctx->block, key, aes_key_len); in aead_aes_ctr_hmac_sha256_init()
100 hmac_init(&aes_ctx->inner_init_state, &aes_ctx->outer_init_state, in aead_aes_ctr_hmac_sha256_init()
165 if (aes_ctx->ctr) { in aead_aes_ctr_hmac_sha256_crypt()
168 aes_ctx->ctr); in aead_aes_ctr_hmac_sha256_crypt()
172 aes_ctx->block); in aead_aes_ctr_hmac_sha256_crypt()
181 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_seal_scatter() local
204 hmac_calculate(hmac_result, &aes_ctx->inner_init_state, in aead_aes_ctr_hmac_sha256_seal_scatter()
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather() local
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/cipher_extra/
H A De_aesctrhmac.c73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init() local
97 aes_ctx->ctr = in aead_aes_ctr_hmac_sha256_init()
98 aes_ctr_set_key(&aes_ctx->ks.ks, NULL, &aes_ctx->block, key, aes_key_len); in aead_aes_ctr_hmac_sha256_init()
100 hmac_init(&aes_ctx->inner_init_state, &aes_ctx->outer_init_state, in aead_aes_ctr_hmac_sha256_init()
165 if (aes_ctx->ctr) { in aead_aes_ctr_hmac_sha256_crypt()
168 aes_ctx->ctr); in aead_aes_ctr_hmac_sha256_crypt()
172 aes_ctx->block); in aead_aes_ctr_hmac_sha256_crypt()
181 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_seal_scatter() local
204 hmac_calculate(hmac_result, &aes_ctx->inner_init_state, in aead_aes_ctr_hmac_sha256_seal_scatter()
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather() local
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/cipher_extra/
H A De_aesctrhmac.c73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init() local
97 aes_ctx->ctr = in aead_aes_ctr_hmac_sha256_init()
98 aes_ctr_set_key(&aes_ctx->ks.ks, NULL, &aes_ctx->block, key, aes_key_len); in aead_aes_ctr_hmac_sha256_init()
100 hmac_init(&aes_ctx->inner_init_state, &aes_ctx->outer_init_state, in aead_aes_ctr_hmac_sha256_init()
165 if (aes_ctx->ctr) { in aead_aes_ctr_hmac_sha256_crypt()
168 aes_ctx->ctr); in aead_aes_ctr_hmac_sha256_crypt()
172 aes_ctx->block); in aead_aes_ctr_hmac_sha256_crypt()
181 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_seal_scatter() local
204 hmac_calculate(hmac_result, &aes_ctx->inner_init_state, in aead_aes_ctr_hmac_sha256_seal_scatter()
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/crypto/
H A Daes_wrap.c44 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
46 if ( ! aes_ctx ) in aes_wrap()
49 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
61 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
69 free ( aes_ctx ); in aes_wrap()
90 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
92 if ( ! aes_ctx ) in aes_unwrap()
95 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
108 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
115 free ( aes_ctx ); in aes_unwrap()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/crypto/
H A Daes_wrap.c44 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
46 if ( ! aes_ctx ) in aes_wrap()
49 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
61 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
69 free ( aes_ctx ); in aes_wrap()
90 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
92 if ( ! aes_ctx ) in aes_unwrap()
95 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
108 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
115 free ( aes_ctx ); in aes_unwrap()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/crypto/
H A Daes_wrap.c44 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
46 if ( ! aes_ctx ) in aes_wrap()
49 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
61 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
69 free ( aes_ctx ); in aes_wrap()
90 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
92 if ( ! aes_ctx ) in aes_unwrap()
95 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
108 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
115 free ( aes_ctx ); in aes_unwrap()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/crypto/
H A Daes_wrap.c44 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
46 if ( ! aes_ctx ) in aes_wrap()
49 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
61 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
69 free ( aes_ctx ); in aes_wrap()
90 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
92 if ( ! aes_ctx ) in aes_unwrap()
95 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
108 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
115 free ( aes_ctx ); in aes_unwrap()
/dports/net/ipxe/ipxe-2265a65/src/crypto/
H A Daes_wrap.c44 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
46 if ( ! aes_ctx ) in aes_wrap()
49 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
61 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
69 free ( aes_ctx ); in aes_wrap()
90 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
92 if ( ! aes_ctx ) in aes_unwrap()
95 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
108 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
115 free ( aes_ctx ); in aes_unwrap()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/crypto/
H A Daes_wrap.c44 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
46 if ( ! aes_ctx ) in aes_wrap()
49 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
61 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
69 free ( aes_ctx ); in aes_wrap()
90 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
92 if ( ! aes_ctx ) in aes_unwrap()
95 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
108 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
115 free ( aes_ctx ); in aes_unwrap()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/crypto/
H A Daes_wrap.c44 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
46 if ( ! aes_ctx ) in aes_wrap()
49 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
61 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
69 free ( aes_ctx ); in aes_wrap()
90 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
92 if ( ! aes_ctx ) in aes_unwrap()
95 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
108 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
115 free ( aes_ctx ); in aes_unwrap()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/crypto/
H A Daes_wrap.c44 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
46 if ( ! aes_ctx ) in aes_wrap()
49 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap()
61 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap()
69 free ( aes_ctx ); in aes_wrap()
90 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
92 if ( ! aes_ctx ) in aes_unwrap()
95 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap()
108 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
115 free ( aes_ctx ); in aes_unwrap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/
H A Dpin_internal.cc81 EVP_CIPHER_CTX aes_ctx; in Encrypt() local
82 EVP_CIPHER_CTX_init(&aes_ctx); in Encrypt()
89 EVP_CIPHER_CTX_cleanup(&aes_ctx); in Encrypt()
101 EVP_CIPHER_CTX aes_ctx; in Decrypt() local
102 EVP_CIPHER_CTX_init(&aes_ctx); in Decrypt()
110 EVP_CIPHER_CTX_cleanup(&aes_ctx); in Decrypt()
206 EVP_CIPHER_CTX aes_ctx; in Encrypt() local
207 EVP_CIPHER_CTX_init(&aes_ctx); in Encrypt()
213 EVP_CIPHER_CTX_cleanup(&aes_ctx); in Encrypt()
228 EVP_CIPHER_CTX aes_ctx; in Decrypt() local
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/
H A Dtest_suite_aes.function365 mbedtls_aes_context aes_ctx;
408 mbedtls_aes_crypt_ecb( &aes_ctx,
411 mbedtls_aes_crypt_ecb( &aes_ctx,
414 mbedtls_aes_crypt_ecb( &aes_ctx,
423 mbedtls_aes_crypt_cbc( &aes_ctx,
427 mbedtls_aes_crypt_cbc( &aes_ctx,
431 mbedtls_aes_crypt_cbc( &aes_ctx,
435 mbedtls_aes_crypt_cbc( &aes_ctx,
495 mbedtls_aes_crypt_cfb8( &aes_ctx,
499 mbedtls_aes_crypt_cfb8( &aes_ctx,
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_aes.function365 mbedtls_aes_context aes_ctx;
408 mbedtls_aes_crypt_ecb( &aes_ctx,
411 mbedtls_aes_crypt_ecb( &aes_ctx,
414 mbedtls_aes_crypt_ecb( &aes_ctx,
423 mbedtls_aes_crypt_cbc( &aes_ctx,
427 mbedtls_aes_crypt_cbc( &aes_ctx,
431 mbedtls_aes_crypt_cbc( &aes_ctx,
435 mbedtls_aes_crypt_cbc( &aes_ctx,
495 mbedtls_aes_crypt_cfb8( &aes_ctx,
499 mbedtls_aes_crypt_cfb8( &aes_ctx,
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/
H A Dtest_suite_aes.function375 mbedtls_aes_context aes_ctx;
418 mbedtls_aes_crypt_ecb( &aes_ctx,
421 mbedtls_aes_crypt_ecb( &aes_ctx,
424 mbedtls_aes_crypt_ecb( &aes_ctx,
433 mbedtls_aes_crypt_cbc( &aes_ctx,
437 mbedtls_aes_crypt_cbc( &aes_ctx,
441 mbedtls_aes_crypt_cbc( &aes_ctx,
445 mbedtls_aes_crypt_cbc( &aes_ctx,
505 mbedtls_aes_crypt_cfb8( &aes_ctx,
509 mbedtls_aes_crypt_cfb8( &aes_ctx,
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/accelerated/aarch64/
H A Daes-cbc-aarch64.c36 struct aes_ctx { struct
51 *_ctx = gnutls_calloc(1, sizeof(struct aes_ctx)); in aes_cipher_init() argument
57 ((struct aes_ctx *) (*_ctx))->enc = enc; in aes_cipher_init()
65 struct aes_ctx *ctx = _ctx; in aes_aarch64_cipher_setkey()
89 struct aes_ctx *ctx = _ctx; in aes_aarch64_encrypt()
103 struct aes_ctx *ctx = _ctx; in aes_aarch64_decrypt()
116 struct aes_ctx *ctx = _ctx; in aes_setiv()
127 struct aes_ctx *ctx = _ctx; in aes_deinit()
/dports/security/gnutls/gnutls-3.6.16/lib/accelerated/x86/
H A Daes-cbc-x86-aesni.c37 struct aes_ctx { struct
52 *_ctx = gnutls_calloc(1, sizeof(struct aes_ctx)); in aes_cipher_init() argument
58 ((struct aes_ctx *) (*_ctx))->enc = enc; in aes_cipher_init()
66 struct aes_ctx *ctx = _ctx; in aes_cipher_setkey()
88 struct aes_ctx *ctx = _ctx; in aes_setiv()
101 struct aes_ctx *ctx = _ctx; in aes_encrypt()
115 struct aes_ctx *ctx = _ctx; in aes_decrypt()
128 struct aes_ctx *ctx = _ctx; in aes_deinit()
H A Daes-cbc-x86-ssse3.c37 struct aes_ctx { struct
52 *_ctx = gnutls_calloc(1, sizeof(struct aes_ctx)); in aes_cipher_init() argument
58 ((struct aes_ctx *) (*_ctx))->enc = enc; in aes_cipher_init()
66 struct aes_ctx *ctx = _ctx; in aes_ssse3_cipher_setkey()
90 struct aes_ctx *ctx = _ctx; in aes_ssse3_encrypt()
104 struct aes_ctx *ctx = _ctx; in aes_ssse3_decrypt()
117 struct aes_ctx *ctx = _ctx; in aes_setiv()
128 struct aes_ctx *ctx = _ctx; in aes_deinit()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/builtin/aes/
H A Daes.h71 } aes_ctx; typedef
86 aes_rval aes_blk_len(unsigned int blen, aes_ctx cx[1]);
88 aes_rval aes_enc_key(const unsigned char in_key[], unsigned int klen, aes_ctx cx[1]);
89 aes_rval aes_enc_blk(const unsigned char in_blk[], unsigned char out_blk[], const aes_ctx cx[1]);
91 aes_rval aes_dec_key(const unsigned char in_key[], unsigned int klen, aes_ctx cx[1]);
92 aes_rval aes_dec_blk(const unsigned char in_blk[], unsigned char out_blk[], const aes_ctx cx[1]);

12345678910>>...14