Searched defs:ciphertext (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dkexsntrup761x25519.c76 u_char *kem_key, *ciphertext, *server_pub; local
161 const u_char *ciphertext, *server_pub; local
[all...]
/openbsd-current/regress/lib/libcrypto/ige/
H A Digetest.c183 unsigned char ciphertext[BIG_TEST_SIZE]; local
[all...]
/openbsd-current/sys/lib/libsa/
H A Dbcrypt_pbkdf.c58 uint8_t ciphertext[BCRYPT_HASHSIZE] = local
/openbsd-current/lib/libutil/
H A Dbcrypt_pbkdf.c60 uint8_t ciphertext[BCRYPT_HASHSIZE] = local
/openbsd-current/regress/sys/crypto/aesxts/
H A Daes_xts.c56 u_int8_t ciphertext[512]; member in struct:aes_xts_tv
/openbsd-current/regress/lib/libcrypto/sm2/
H A Dsm2evptest.c120 uint8_t ciphertext[128]; local
/openbsd-current/regress/sys/crypto/chachapoly/
H A Dchachapoly_test.c379 u_char *ciphertext; local
/openbsd-current/regress/sys/crypto/aes/
H A Daestest.c175 u_char *key, *plaintext, *ciphertext; local
141 do_tests(const char *filename, int test_num, u_char *key, u_int keylen, u_char *plaintext, u_char *ciphertext, u_int textlen) argument
[all...]
/openbsd-current/regress/lib/libcrypto/evp/
H A Devptest.c134 test1(const EVP_CIPHER *c, const unsigned char *key, int kn, const unsigned char *iv, int in, const unsigned char *plaintext, int pn, const unsigned char *ciphertext, int cn, int encdec) argument
243 test_cipher(const char *cipher, const unsigned char *key, int kn, const unsigned char *iv, int in, const unsigned char *plaintext, int pn, const unsigned char *ciphertext, int cn, int encdec) argument
259 test_digest(const char *digest, const unsigned char *plaintext, int pn, const unsigned char *ciphertext, unsigned int cn) argument
349 unsigned char *iv, *key, *plaintext, *ciphertext; local
[all...]
/openbsd-current/lib/libc/crypt/
H A Dbcrypt.c100 u_int8_t ciphertext[4 * BCRYPT_WORDS] = "OrpheanBeholderScryDoubt"; local
/openbsd-current/lib/libcrypto/camellia/
H A Dcamellia.c480 Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) argument
524 Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) argument
532 Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) argument
576 Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) argument
[all...]
/openbsd-current/lib/libcrypto/sm2/
H A Dsm2_crypt.c464 SM2_decrypt(const EC_KEY *key, const EVP_MD *digest, const uint8_t *ciphertext, argument
/openbsd-current/lib/libfido2/src/
H A Dlargeblob.c18 fido_blob_t ciphertext; member in struct:largeblob

Completed in 282 milliseconds