Lines Matching refs:retrl
1258 OSSL_RECORD_LAYER **retrl) in tls_int_new_record_layer() argument
1263 *retrl = NULL; in tls_int_new_record_layer()
1378 *retrl = rl; in tls_int_new_record_layer()
1398 OSSL_RECORD_LAYER **retrl) in tls_new_record_layer() argument
1405 options, fns, cbarg, retrl); in tls_new_record_layer()
1412 (*retrl)->funcs = &tls_any_funcs; in tls_new_record_layer()
1415 (*retrl)->funcs = &tls_1_3_funcs; in tls_new_record_layer()
1420 (*retrl)->funcs = &tls_1_funcs; in tls_new_record_layer()
1423 (*retrl)->funcs = &ssl_3_0_funcs; in tls_new_record_layer()
1432 ret = (*retrl)->funcs->set_crypto_state(*retrl, level, key, keylen, iv, in tls_new_record_layer()
1438 tls_int_free(*retrl); in tls_new_record_layer()
1439 *retrl = NULL; in tls_new_record_layer()