Lines Matching refs:malloc

485     char           *ret = (char *) utils->malloc(NONCE_SIZE);
508 base64buf = (unsigned char *) utils->malloc(base64len + 1);
831 c = (des_context_t *) text->utils->malloc(2 * sizeof(des_context_t));
958 c = (des_context_t *) text->utils->malloc(2 * sizeof(des_context_t));
1117 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1121 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1291 enc_context = text->utils->malloc(sizeof (uef_context_t));
1330 dec_context = text->utils->malloc(sizeof(uef_context_t));
1853 text->buffer=text->utils->malloc(text->size+5);
2204 text->buffer=text->utils->malloc(text->size+5);
2411 result = utils->malloc(HASHHEXLEN + 1);
2435 *response_value = utils->malloc(HASHHEXLEN + 1);
2539 text = sparams->utils->malloc(sizeof(server_context_t));
2882 in = sparams->utils->malloc(clientinlen + 1);
3223 sec = sparams->utils->malloc(sizeof(sasl_secret_t) + len);
3729 reauth_cache = utils->malloc(sizeof(reauth_cache_t));
3755 reauth_cache->e = utils->malloc(reauth_cache->size *
3903 result = utils->malloc(HASHHEXLEN + 1);
3929 *response_value = utils->malloc(HASHHEXLEN + 1);
3984 digesturi = params->utils->malloc(strlen(params->service) + 1 +
4240 in_start = in = params->utils->malloc(serverinlen + 1);
4284 realms = params->utils->malloc(sizeof(char *) * (nrealm + 1));
4684 realm_chal = params->utils->malloc(3+strlen(params->serverFQDN));
4771 text = params->utils->malloc(sizeof(client_context_t));
4955 in_start = in = params->utils->malloc(serverinlen + 1);
5208 reauth_cache = utils->malloc(sizeof(reauth_cache_t));
5221 reauth_cache->e = utils->malloc(reauth_cache->size *