HomeSort by: relevance | last modified time | path
    Searched refs:ccm_nonce (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/demos/evp/
aesccm.c 25 static const unsigned char ccm_nonce[] = { variable
62 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, sizeof(ccm_nonce),
67 EVP_EncryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce);
99 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, sizeof(ccm_nonce),
105 EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce);
  /src/crypto/external/apache2/openssl/dist/demos/cipher/
aesccm.c 30 static const unsigned char ccm_nonce[] = { variable
76 size_t ccm_nonce_len = sizeof(ccm_nonce);
111 if (!EVP_EncryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce))
164 size_t ccm_nonce_len = sizeof(ccm_nonce);
195 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce))
  /src/crypto/external/bsd/openssl/dist/demos/cipher/
aesccm.c 30 static const unsigned char ccm_nonce[] = { variable
77 size_t ccm_nonce_len = sizeof(ccm_nonce);
112 if (!EVP_EncryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce))
165 size_t ccm_nonce_len = sizeof(ccm_nonce);
196 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce))

Completed in 28 milliseconds