| /third_party/libabigail/tests/data/test-diff-filter/ |
| H A D | test-PR26739-v1.c | 1 typedef int plain[7]; typedef
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | aes-unwrap.c | 26 aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) aes_unwrap() argument
|
| H A D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument
|
| H A D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument [all...] |
| H A D | crypto_internal-rsa.c | 111 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) crypto_public_key_decrypt_pkcs1() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-unwrap.c | 26 aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) aes_unwrap() argument
|
| H A D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument
|
| H A D | aes-internal-dec.c | 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument
|
| H A D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument
|
| H A D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument [all...] |
| /foundation/CastEngine/castengine_wifi_display/services/utils/ |
| H A D | base64.h | 63 static uint32_t Decode(const char *code, uint32_t code_len, uint8_t *plain) in Decode() argument
|
| /kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_seqnum.c | 49 unsigned char *plain; in krb5_make_seq_num() local 78 unsigned char *plain; krb5_get_seq_num() local [all...] |
| /third_party/node/test/parallel/ |
| H A D | test-crypto-authenticated.js | 630 plain: '4c616469657320616e642047656e746c656d656e206f662074686520636c6173' + global() property [all...] |
| /base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
| H A D | remove_auth_info_client.c | 76 struct uint8_buff plain = { NULL, 0, 0 }; in build_remove_request_data() local 125 struct uint8_buff plain = { 0, 0, 0 }; in parse_remove_response_data() local [all...] |
| H A D | remove_auth_info.c | 78 struct uint8_buff plain = { 0, 0, 0 }; in parse_remove_request_data() local 101 struct uint8_buff plain = { in build_remove_response_data() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | local_kptr_stash.c | 26 struct plain_local __kptr *plain; member
|
| /test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
| H A D | huks_cipher_sm4_test_common.cpp | 95 uint8_t plain[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local
|
| H A D | huks_cipher_rsa_test_common.cpp | 120 uint8_t plain[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local
|
| H A D | huks_cipher_aes_test_common.cpp | 98 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseOther() local 147 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm2() local
|
| /base/security/asset/services/crypto_manager/src/ |
| H A D | crypto.rs | 145 let mut plain: Vec<u8> = vec![0; cipher.len() - TAG_SIZE - NONCE_SIZE]; in decrypt() variables
|
| /base/security/asset/test/unittest/module_test/src/ |
| H A D | huks_wrapper_test.cpp | 107 uint8_t plain[6 + TAG_SIZE + NONCE_SIZE] = { 0 }; in HWTEST_F() local 132 uint8_t plain[6 + TAG_SIZE + NONCE_SIZE] = { 0 }; in HWTEST_F() local
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
| H A D | hks_rsa_cipher_test_common.cpp | 137 uint8_t plain[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| H A D | hks_sm4_cipher_test_common.cpp | 96 uint8_t plain[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local 160 uint8_t plain[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseGcm() local
|
| /kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/ |
| H A D | test-cipher.c | 51 static int test_lib_chacha(u8 *revert, u8 *cipher, u8 *plain) in test_lib_chacha() argument 126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) in test_skcipher() argument 238 u8 *plain = NULL, *revert = NULL; in chacha_s390_test_init() local [all...] |
| /third_party/openssl/test/ |
| H A D | ideatest.c | 45 static const unsigned char plain[CFB_TEST_SIZE] = { variable
|