Searched refs:ciphertext_len (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
H A D | aes_cbc_test.c | 70 size_t ciphertext_len; member in struct:aes_cbc_test 97 .ciphertext_len = sizeof ( name ## _ciphertext ), \ 110 assert ( (test)->plaintext_len == (test)->ciphertext_len ); \ 116 (test)->plaintext, (test)->ciphertext_len ); \
|
H A D | pubkey_test.h | 17 * @v ciphertext_len Ciphertext length 22 ciphertext_len, expected, expected_len ) do {\ 33 (ciphertext_len), \
|
H A D | rsa_test.c | 77 size_t ciphertext_len; member in struct:rsa_encrypt_decrypt_test 104 .ciphertext_len = sizeof ( name ## _ciphertext ), \ 166 (test)->ciphertext_len, (test)->plaintext, \
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | crypto_null.c | 102 size_t ciphertext_len __unused,
|
H A D | rsa.c | 366 * @ret ciphertext_len Length of ciphertext, or negative error 415 * @v ciphertext_len Ciphertext length 420 size_t ciphertext_len, void *plaintext ) { 430 if ( ciphertext_len != context->max_len ) { 433 context, ciphertext_len, context->max_len ); 437 DBGC_HDA ( context, 0, ciphertext, ciphertext_len ); 419 rsa_decrypt( void *ctx, const void *ciphertext, size_t ciphertext_len, void *plaintext ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | tls.c | 1743 size_t ciphertext_len; local 1776 ciphertext_len = ( sizeof ( *tlshdr ) + plaintext_len ); 1777 ciphertext = xfer_alloc_iob ( &tls->cipherstream, ciphertext_len ); 1780 "ciphertext\n", tls, ciphertext_len );
|
Completed in 277 milliseconds