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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_ccm.c 52 static int ccm_tls_iv_set_fixed(PROV_CCM_CTX *ctx, unsigned char *fixed, function
138 if (ccm_tls_iv_set_fixed(ctx, p->data, p->data_size) == 0) {
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_ccm.c 52 static int ccm_tls_iv_set_fixed(PROV_CCM_CTX *ctx, unsigned char *fixed, function
138 if (ccm_tls_iv_set_fixed(ctx, p->data, p->data_size) == 0) {

Completed in 21 milliseconds