Lines Matching defs:new
887 /* New AES ciphersuites */1175 /* New TLS Export CipherSuites from expired ID */2615 DH *new=NULL,*dh;2618 if ((new=DHparams_dup(dh)) == NULL)2625 if (!DH_generate_key(new))2628 DH_free(new);2634 cert->dh_tmp=new;