Go to the source code of this file.
|
static void | ptls_vpp_crypto_cipher_do_init (ptls_cipher_context_t *_ctx, const void *iv) |
|
static void | ptls_vpp_crypto_cipher_dispose (ptls_cipher_context_t *_ctx) |
|
static void | ptls_vpp_crypto_cipher_encrypt (ptls_cipher_context_t *_ctx, void *output, const void *input, size_t _len) |
|
static int | ptls_vpp_crypto_cipher_setup_crypto (ptls_cipher_context_t *_ctx, int is_enc, const void *key, const EVP_CIPHER *cipher, ptls_vpp_do_transform_fn do_transform) |
|
size_t | ptls_vpp_crypto_aead_decrypt (ptls_aead_context_t *_ctx, void *_output, const void *input, size_t inlen, uint64_t seq, const void *aad, size_t aadlen) |
|
static void | ptls_vpp_crypto_aead_encrypt_init (ptls_aead_context_t *_ctx, uint64_t seq, const void *aad, size_t aadlen) |
|
static size_t | ptls_vpp_crypto_aead_encrypt_update (ptls_aead_context_t *_ctx, void *output, const void *input, size_t inlen) |
|
static size_t | ptls_vpp_crypto_aead_encrypt_final (ptls_aead_context_t *_ctx, void *_output) |
|
static void | ptls_vpp_crypto_aead_dispose_crypto (ptls_aead_context_t *_ctx) |
|
static int | ptls_vpp_crypto_aead_setup_crypto (ptls_aead_context_t *_ctx, int is_enc, const void *key, const void *iv, vnet_crypto_alg_t alg) |
|
static int | ptls_vpp_crypto_aes128ctr_setup_crypto (ptls_cipher_context_t *ctx, int is_enc, const void *key) |
|
static int | ptls_vpp_crypto_aes256ctr_setup_crypto (ptls_cipher_context_t *ctx, int is_enc, const void *key) |
|
static int | ptls_vpp_crypto_aead_aes128gcm_setup_crypto (ptls_aead_context_t *ctx, int is_enc, const void *key, const void *iv) |
|
static int | ptls_vpp_crypto_aead_aes256gcm_setup_crypto (ptls_aead_context_t *ctx, int is_enc, const void *key, const void *iv) |
|
◆ ptls_vpp_do_transform_fn
typedef void(* ptls_vpp_do_transform_fn) (ptls_cipher_context_t *, void *, const void *, size_t) |
◆ ptls_vpp_crypto_aead_aes128gcm_setup_crypto()
static int ptls_vpp_crypto_aead_aes128gcm_setup_crypto |
( |
ptls_aead_context_t * |
ctx, |
|
|
int |
is_enc, |
|
|
const void * |
key, |
|
|
const void * |
iv |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_aead_aes256gcm_setup_crypto()
static int ptls_vpp_crypto_aead_aes256gcm_setup_crypto |
( |
ptls_aead_context_t * |
ctx, |
|
|
int |
is_enc, |
|
|
const void * |
key, |
|
|
const void * |
iv |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_aead_decrypt()
size_t ptls_vpp_crypto_aead_decrypt |
( |
ptls_aead_context_t * |
_ctx, |
|
|
void * |
_output, |
|
|
const void * |
input, |
|
|
size_t |
inlen, |
|
|
uint64_t |
seq, |
|
|
const void * |
aad, |
|
|
size_t |
aadlen |
|
) |
| |
◆ ptls_vpp_crypto_aead_dispose_crypto()
static void ptls_vpp_crypto_aead_dispose_crypto |
( |
ptls_aead_context_t * |
_ctx | ) |
|
|
static |
◆ ptls_vpp_crypto_aead_encrypt_final()
static size_t ptls_vpp_crypto_aead_encrypt_final |
( |
ptls_aead_context_t * |
_ctx, |
|
|
void * |
_output |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_aead_encrypt_init()
static void ptls_vpp_crypto_aead_encrypt_init |
( |
ptls_aead_context_t * |
_ctx, |
|
|
uint64_t |
seq, |
|
|
const void * |
aad, |
|
|
size_t |
aadlen |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_aead_encrypt_update()
static size_t ptls_vpp_crypto_aead_encrypt_update |
( |
ptls_aead_context_t * |
_ctx, |
|
|
void * |
output, |
|
|
const void * |
input, |
|
|
size_t |
inlen |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_aead_setup_crypto()
static int ptls_vpp_crypto_aead_setup_crypto |
( |
ptls_aead_context_t * |
_ctx, |
|
|
int |
is_enc, |
|
|
const void * |
key, |
|
|
const void * |
iv, |
|
|
vnet_crypto_alg_t |
alg |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_aes128ctr_setup_crypto()
static int ptls_vpp_crypto_aes128ctr_setup_crypto |
( |
ptls_cipher_context_t * |
ctx, |
|
|
int |
is_enc, |
|
|
const void * |
key |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_aes256ctr_setup_crypto()
static int ptls_vpp_crypto_aes256ctr_setup_crypto |
( |
ptls_cipher_context_t * |
ctx, |
|
|
int |
is_enc, |
|
|
const void * |
key |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_cipher_dispose()
static void ptls_vpp_crypto_cipher_dispose |
( |
ptls_cipher_context_t * |
_ctx | ) |
|
|
static |
◆ ptls_vpp_crypto_cipher_do_init()
static void ptls_vpp_crypto_cipher_do_init |
( |
ptls_cipher_context_t * |
_ctx, |
|
|
const void * |
iv |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_cipher_encrypt()
static void ptls_vpp_crypto_cipher_encrypt |
( |
ptls_cipher_context_t * |
_ctx, |
|
|
void * |
output, |
|
|
const void * |
input, |
|
|
size_t |
_len |
|
) |
| |
|
static |
◆ ptls_vpp_crypto_cipher_setup_crypto()
static int ptls_vpp_crypto_cipher_setup_crypto |
( |
ptls_cipher_context_t * |
_ctx, |
|
|
int |
is_enc, |
|
|
const void * |
key, |
|
|
const EVP_CIPHER * |
cipher, |
|
|
ptls_vpp_do_transform_fn |
do_transform |
|
) |
| |
|
static |
◆ cm
◆ picotls_main
◆ ptls_vpp_crypto_aes128ctr
ptls_cipher_algorithm_t ptls_vpp_crypto_aes128ctr |
Initial value:= {
"AES128-CTR",
PTLS_AES128_KEY_SIZE,
1,
PTLS_AES_IV_SIZE,
}
Definition at line 286 of file pico_vpp_crypto.c.
◆ ptls_vpp_crypto_aes128gcm
ptls_aead_algorithm_t ptls_vpp_crypto_aes128gcm |
Initial value:= {
"AES128-GCM",
PTLS_AESGCM_CONFIDENTIALITY_LIMIT,
PTLS_AESGCM_INTEGRITY_LIMIT,
NULL,
PTLS_AES128_KEY_SIZE,
PTLS_AESGCM_IV_SIZE,
PTLS_AESGCM_TAG_SIZE,
}
Definition at line 304 of file pico_vpp_crypto.c.
◆ ptls_vpp_crypto_aes128gcmsha256
ptls_cipher_suite_t ptls_vpp_crypto_aes128gcmsha256 |
Initial value:=
{ PTLS_CIPHER_SUITE_AES_128_GCM_SHA256,
&ptls_openssl_sha256
}
Definition at line 330 of file pico_vpp_crypto.c.
◆ ptls_vpp_crypto_aes256ctr
ptls_cipher_algorithm_t ptls_vpp_crypto_aes256ctr |
Initial value:= {
"AES256-CTR",
PTLS_AES256_KEY_SIZE,
1 ,
PTLS_AES_IV_SIZE,
}
Definition at line 295 of file pico_vpp_crypto.c.
◆ ptls_vpp_crypto_aes256gcm
ptls_aead_algorithm_t ptls_vpp_crypto_aes256gcm |
Initial value:= {
"AES256-GCM",
PTLS_AESGCM_CONFIDENTIALITY_LIMIT,
PTLS_AESGCM_INTEGRITY_LIMIT,
NULL,
PTLS_AES256_KEY_SIZE,
PTLS_AESGCM_IV_SIZE,
PTLS_AESGCM_TAG_SIZE,
}
Definition at line 317 of file pico_vpp_crypto.c.
◆ ptls_vpp_crypto_aes256gcmsha384
ptls_cipher_suite_t ptls_vpp_crypto_aes256gcmsha384 |
Initial value:=
{ PTLS_CIPHER_SUITE_AES_256_GCM_SHA384,
&ptls_openssl_sha384
}
Definition at line 336 of file pico_vpp_crypto.c.
◆ ptls_vpp_crypto_cipher_suites
ptls_cipher_suite_t* ptls_vpp_crypto_cipher_suites[] |