Searched refs:cipher (Results 1 – 10 of 10) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | evp.h | 445 const EVP_CIPHER *cipher; member 450 const EVP_CIPHER *cipher; member 529 int EVP_CIPHER_nid(const EVP_CIPHER *cipher); 531 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher); 532 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher); 533 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher); 534 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher); 620 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, 630 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, 640 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, [all …]
|
A D | cmac.h | 74 const EVP_CIPHER *cipher, ENGINE *impl);
|
A D | pem.h | 148 EVP_CIPHER_CTX cipher; member 160 int cipher; member 175 int cipher; member 395 int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher); 396 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *len,
|
A D | krb5_asn.h | 86 ASN1_OCTET_STRING *cipher; member
|
A D | pkcs7.h | 134 const EVP_CIPHER *cipher; member 322 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher); 350 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
|
A D | pkcs12.h | 184 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, 232 ASN1_TYPE *param, const EVP_CIPHER *cipher,
|
A D | cms.h | 166 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, 183 const EVP_CIPHER *cipher, unsigned int flags); 198 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
|
A D | x509.h | 491 EVP_CIPHER_INFO cipher; member 1189 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, 1191 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
|
A D | ssl.h | 396 SSL_CIPHER **cipher, void *arg); 460 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, unsigned char *ptr); 548 const SSL_CIPHER *cipher; member
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_crypto_api.h | 1033 struct crypto_buffer *cipher); 3415 struct crypto_buffer *cipher) in cipher_do_final() argument 3490 cipher->size = op.params[3].memref.size; in cipher_do_final() 3491 cipher->buffer = malloc(cipher->size); in cipher_do_final() 3492 memcpy(cipher->buffer, SHARE_MEM05->buffer, cipher->size); in cipher_do_final()
|
Completed in 40 milliseconds